Commit Graph
73433 Commits
Author SHA1 Message Date
rebornix 1a16b307d4 update nb diff editor options. 2020-08-25 13:36:40 -07:00
rebornix bd4e3c30a7 diff view and fix compile 2020-08-25 13:05:28 -07:00
rebornix ebccd57e8c insert/delete background colors for cells. 2020-08-25 13:05:28 -07:00
Rob Lourens e64c80c1a0 Merge pull request #105101 from irridia/irridia-feature-regex-caseops
Support \U\u\L\l replace modifiers in global search/replace (see PR #96128)
2020-08-25 12:37:19 -07:00
Matt Bierner 02bafd47bb Support schemes with - in the name, such as vscode-remote 2020-08-25 12:17:21 -07:00
Matt Bierner 4b222a704f Revert "Revert "Use TS 4.1-nightly for building VS Code""
This reverts commit 4e96ceff54.
2020-08-25 11:59:20 -07:00
Rob Lourens e25fd3fb96 Merge branch 'master' into irridia-feature-regex-caseops 2020-08-25 11:52:47 -07:00
rebornix b373309ab7 remove kernel from content provider. 2020-08-25 10:45:29 -07:00
rebornix 55e368c912 bundle the worker. 2020-08-25 10:07:27 -07:00
Alex Dima d233bf34bc - Add tests
- RHS of `in` expression is not a value, so don't deserialize it like a value
- avoid unnecessary undefined check
- use `hasOwnProperty` for object case
- keys() should include the RHS of `in` expression
2020-08-25 13:04:49 -04:00
Alex Dima 2057d8abb2 Fix build 2020-08-25 13:04:49 -04:00
Eric Amodio 8ca857a92e Closes #97544 - adds in operator to when clauses 2020-08-25 13:04:49 -04:00
Connor Peet 8817251691 debug: provide positive ack to js-debug bootloader on auto attach 2020-08-25 09:44:18 -07:00
Andre Weinand 7cc7041cf3 finalize DAP breakpoint mapping API; fixes #99716 2020-08-25 17:47:32 +02:00
rebornix 6aab9f199e lifecycle & disable scm notebook 2020-08-25 08:34:28 -07:00
Sandeep Somavarapu 81204145b5 Fix #104610 2020-08-25 16:36:44 +02:00
Johannes Rieken b2f3bf9075 fix https://github.com/microsoft/vscode/issues/105351 2020-08-25 15:20:43 +02:00
Benjamin Pasero b0f0a1bf81 web - only add window indicator if running without remote 2020-08-25 14:45:37 +02:00
Martin Aeschlimann 8981e5e24c Merge pull request #105304 from ZainChen/zain/markdown-themes
Update markdown themes
2020-08-25 14:32:17 +02:00
Benjamin Pasero 2e4bb09f42 💄 service name 2020-08-25 14:10:04 +02:00
Christof Marti f67d4ddacd Do not show auxiliary command in palette (fixes #105107) 2020-08-25 14:09:02 +02:00
Johannes Rieken 49ea79bbb7 make bulk edit service implementation a contrib, https://github.com/microsoft/vscode/issues/105283 2020-08-25 13:35:44 +02:00
Sandeep Somavarapu fe83bef4e3 Fix #105291 2020-08-25 13:10:43 +02:00
Sandeep Somavarapu 3697079bce fix #105235 2020-08-25 13:02:58 +02:00
Sandeep Somavarapu ac58587ea4 Fix #105291 2020-08-25 12:32:47 +02:00
Johannes Rieken 3773aa73a3 fix https://github.com/microsoft/vscode/issues/103745 2020-08-25 11:04:43 +02:00
annkamsk e9495c1e60 Use DOM API for creating HTML elements instead of string concatenation 2020-08-25 10:54:50 +02:00
Sandeep Somavarapu 4ccab0deda Fix #105336 2020-08-25 09:46:01 +02:00
Benjamin Pasero 302e86a132 sandbox - some tweaks around loading modules lazy if possible(semver-umd) 2020-08-25 09:28:18 +02:00
Jonatan Ivanov 96324f4c07 Merge branch 'master' into jenkinsfile-extension-support 2020-08-24 21:45:40 -07:00
Jonatan Ivanov 1efd647d37 Adding support for .jenkinsfile extension and Jenkinsfile.* filename pattern
So that it will be consistent with the support of Dockerfile.

The file is using tabs AND spaces for indentation, this commit follows the formatting rules defined in .editorconfig (2 spaces).
2020-08-24 21:36:11 -07:00
Matt Bierner 8ba70d8bdc Revert "Make github-authentication a UI extension again"
This reverts commit cd55420e7e.

This change seems to have caused issues activating extensions
2020-08-24 20:19:58 -07:00
Matt Bierner 4e96ceff54 Revert "Use TS 4.1-nightly for building VS Code"
This reverts commit 50a10934dd.

This seems to be causing with extension require statements
2020-08-24 20:00:01 -07:00
Matt Bierner 50a10934dd Use TS 4.1-nightly for building VS Code
Adds explicit `!!` operators for a few functions where we return `x is y` assertion types
2020-08-24 19:51:44 -07:00
rebornix 371a7527ec diff editor content height is the max of two editors. 2020-08-24 19:08:07 -07:00
Rachel Macfarlane cd55420e7e Make github-authentication a UI extension again 2020-08-24 18:44:14 -07:00
rebornix f580e1d30f diff editor for outputs 2020-08-24 18:38:42 -07:00
rebornix 7057d8c0de hide diff overview in metadata editor 2020-08-24 18:38:42 -07:00
Rob Lourens 3ab605c4de Fix notebook argument processor for cells 2020-08-24 17:15:16 -07:00
rebornix 13cfaaffef hide diff editor overview 2020-08-24 16:38:12 -07:00
Matt Bierner be6d3c4dda Fixing saving of webview view state across restarts 2020-08-24 15:52:02 -07:00
rebornix 9411392d09 differenciate content change and metadata change. 2020-08-24 14:52:57 -07:00
rebornix 2cf4c20d68 style update for better visibility 2020-08-24 14:52:35 -07:00
rebornix 1741786554 show language info in metadata 2020-08-24 13:54:30 -07:00
Peng Lyu 643318fe4c Merge pull request #105305 from microsoft/rebornix/diff-2
Enhanced text diff view for notebook
2020-08-24 13:51:04 -07:00
rebornix 69c1c79b81 💂 compilation. 2020-08-24 13:34:46 -07:00
rebornix 018e9a21f1 Merge remote-tracking branch 'origin/master' into rebornix/diff-2 2020-08-24 13:00:10 -07:00
rebornix 4ffd7a9e1b 💄 2020-08-24 12:24:18 -07:00
rebornix e85b3ba43b border around the whole cell. 2020-08-24 12:19:08 -07:00
Sandeep Somavarapu 9e7b2b8bc2 change the scope to window 2020-08-24 21:09:12 +02:00