Commit graph

71086 commits

Author SHA1 Message Date
Sandeep Somavarapu f57ac767b7 create workspace extension config service 2020-09-25 10:09:42 +02:00
Johannes Rieken 1fd7ee15d3 move API to final, https://github.com/microsoft/vscode/issues/106410 2020-09-25 10:03:45 +02:00
isidor 1e1f14f59b debug issues to isidor 2020-09-25 09:45:26 +02:00
Johannes Rieken 68f3e05005 update references viewlet 2020-09-25 09:35:54 +02:00
Benjamin Pasero dc194d005e download service - add comment for scheme restrictions 2020-09-25 09:29:42 +02:00
Benjamin Pasero 528b473dba debt - use network.Scheme.file in more places 2020-09-25 08:53:37 +02:00
Matt Bierner 5484453ae2 Update to latest TS nigthly for building VS Code 2020-09-24 23:28:29 -07:00
rebornix ddc98c3f62 add requirejs global var in rendering webview. 2020-09-24 15:19:31 -07:00
rebornix 42e97f3c0a fix #107003. 2020-09-24 15:10:37 -07:00
rebornix 97af4fb370 re #103454. notebook/comments/find remove toggle. 2020-09-24 15:00:18 -07:00
rebornix 737d2c3361 re #103454. find widget, add classes. 2020-09-24 14:40:34 -07:00
rebornix 56cedb2ba7 re #103454. comments/notebook 2020-09-24 14:26:46 -07:00
rebornix 87dbca4eb2 re #103454. simple find. 2020-09-24 14:18:22 -07:00
rebornix de97b2e961 re #103454. editor. 2020-09-24 14:14:29 -07:00
rebornix 0945f076ce re #103454. notebook/comment/find. 2020-09-24 14:11:29 -07:00
Matt Bierner f99ff58d30 Remove proposed check for webview views 2020-09-24 12:37:58 -07:00
Matt Bierner 591c3b5a93 Don't cache webview view title
Revert #105867
2020-09-24 12:29:08 -07:00
Benjamin Pasero 7506b2ba5a 💄 more use of Schemas.file for easier reference 2020-09-24 18:29:33 +02:00
Benjamin Pasero 9ab2cad7ef debt - use amd.ts in a few more places 2020-09-24 18:29:33 +02:00
Alex Dima 22dddaf4f7
Remove unnecessary interfaces 2020-09-24 18:03:38 +02:00
Alex Dima dd6bd3ae6a
Reduce the number of folders where we use TS 2020-09-24 17:39:48 +02:00
Alex Dima e7c5fbb21b
Towards fixing .gitignore (see #107356) 2020-09-24 17:27:52 +02:00
Alex Dima 57f4c1bf74
Convert build/lib/watch/ to .ts 2020-09-24 17:24:24 +02:00
Alex Dima 2ab5b8bd5f
Convert build/lib/eslint/code-no-unused-expressions.js to .ts 2020-09-24 17:10:39 +02:00
Alex Dima 9f806960d4
Convert build/lib/builtInExtensions.js to .ts 2020-09-24 17:00:44 +02:00
Alex Dima 74c7f2b3d2
Fixes microsoft/monaco-editor#2144 2020-09-24 16:09:38 +02:00
Martin Aeschlimann 3d6b92f994 When reopen code from WSL2, previous open tabs are not restored. Fixes #107111 2020-09-24 16:03:08 +02:00
Rob Lourens 65e7a941da Clicking setting control should focus the row #106897 2020-09-24 08:39:44 -05:00
Rob Lourens 896fb66917 Clean up dead aria-label code #106897 2020-09-24 08:39:44 -05:00
Benjamin Pasero 392ea6dc16 debt - adopt more of the amd.ts helper functions 2020-09-24 15:35:11 +02:00
Johannes Rieken 04a7220e73
Merge pull request #107348 from jeanp413/fix-107220
Fixes SnippetString.appendChoice does not escape commas in choices
2020-09-24 13:52:28 +02:00
Sandeep Somavarapu d9ba49fae6 make enablement handler optional 2020-09-24 13:18:30 +02:00
jeanp413 459543baff Fixes #107220 2020-09-24 04:18:17 -05:00
Sandeep Somavarapu 73b33dcbc8 disable the command in web 2020-09-24 10:49:09 +02:00
Sandeep Somavarapu 8d6fa24ffd use getter - isEnabled() is accesed in the constructor 2020-09-24 10:25:19 +02:00
Felipe Santos 0b0450b1fc Fix README.md detection in welcome page 2020-09-24 10:24:22 +02:00
isidor d9b234e5de fixes #107053 2020-09-24 10:17:07 +02:00
Johannes Rieken c2ee62ce22
Merge pull request #107339 from jeanp413/fix-107209
Fixes outline: shift + tab needs to be pressed twice for focus to go to title actions
2020-09-24 09:11:47 +02:00
Alex Dima 47a6d93693
Instantiate text models even if the undo / redo stack for a text model contains foreign elements (#101789) 2020-09-24 09:10:14 +02:00
Benjamin Pasero 0299fd433f
sandbox - move keytar into native host service (#107292) 2020-09-24 08:43:37 +02:00
jeanp413 622f683870 Fixes #107209 2020-09-24 01:27:35 -05:00
Eric Amodio 635cfbcd0f Removes unneeded defaults 2020-09-23 21:35:23 -04:00
Eric Amodio a1932df627 Changes moveViews command to "preserve" view state
When you move views via the command, they won't get expanded or made visible

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2020-09-23 19:15:36 -04:00
Rob Lourens 366f97bad4 Read the setting key for "Edit in settings.json" button Fix #106975 2020-09-23 17:55:33 -05:00
Rob Lourens 252bef02ce Don't hide settings tree focus border under toc #106897 2020-09-23 17:55:33 -05:00
Andre Weinand fde0e6f094 node-debug@1.44.14 2020-09-24 00:51:46 +02:00
Rob Lourens 0405841876 Tweak coloring and spacing in new settings editor #106897 2020-09-23 17:28:04 -05:00
Miguel Solorio 64475206ce
Merge pull request #107201 from microsoft/misolori/chart-colors
Add chart color tokens
2020-09-23 14:11:38 -07:00
Miguel Solorio 1b2abbc41c
Merge branch 'master' into misolori/chart-colors 2020-09-23 12:57:23 -07:00
Eric Amodio eabb747d82 Closes #105667 - finalizes treeview description 2020-09-23 15:56:37 -04:00