Commit graph

71067 commits

Author SHA1 Message Date
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
Jackson Kearl d4ae4a64ec Enable search editor in non-HOME envs 2020-09-23 11:36:35 -07:00
Rob Lourens e1b06c9a81 Remove deprecated DOM helper usages 2020-09-23 13:03:47 -05:00
Rob Lourens 49225a4e9f Fix clicking description to toggle checkbox - #106897 2020-09-23 13:00:06 -05:00
Rob Lourens 8c2e1bfbce Add modified and "also modified in" text to setting row aria label - #106897 2020-09-23 13:00:06 -05:00
Rob Lourens 41a7b46b35 Clean up settings editor aria label code #106897 2020-09-23 13:00:06 -05:00
Matt Bierner 2a18502615 Add platform to desktop webview url 2020-09-23 10:35:16 -07:00
Matt Bierner 74679bed5b Fix copy/paste in electron based webviews on desktop
Fixes #107309
2020-09-23 10:35:16 -07:00
Matt Bierner c8fca1b131 Add issue link 2020-09-23 10:35:16 -07:00
Andre Weinand 143d92a258 node-debug@1.44.12 2020-09-23 19:30:48 +02:00
Martin Aeschlimann 162f9a8717 When reopen code from WSL2, previous open tabs are not restored. Fixes #107111 2020-09-23 17:55:41 +02:00
Miguel Solorio da243dae47 Update Codicons: add 'notebook' and 'redo'
8ac9c9d422
2020-09-23 07:53:15 -07:00
Alex Ross 8565aecb74 Only use custom hover in custom tree for markdown tooltip
For now, we will go back to the native hover. The custom hover should be used at the resource label level instead of the tree level to avoid conflicts with resource labels. This is a larger change that will come later.

Part of #106095
2020-09-23 15:58:31 +02:00
Alex Ross b775976b0d ThemeIcon ThemeColor proposed API changes
Part of #103120
2020-09-23 15:47:29 +02:00
Alex Dima 6891688dfc
Be sure to execute grouped undo / redo elements in order (#101789) 2020-09-23 12:38:26 +02:00
Alex Dima 92a0f560f4
Add an ordering for grouped undo/redo elements (#101789) 2020-09-23 12:38:26 +02:00
Alex Dima 83f8f52cbf
Improve debugging output 2020-09-23 12:38:25 +02:00
Alex Dima 4aa873b4d1
Introduce grouping for undo/redo elements (fixes #101789) 2020-09-23 12:38:25 +02:00
Benjamin Pasero b33d560521 fix compile errors 2020-09-23 12:18:27 +02:00
Sandeep Somavarapu a96227ac40 #105562 remove unwanted service dep 2020-09-23 11:07:40 +02:00