Commit graph

70345 commits

Author SHA1 Message Date
Martin Aeschlimann
c255e914cd [bat] change comment token to @rem. Fixes #105896 2020-09-08 14:31:00 +02:00
Martin Aeschlimann
23177e8e30
Merge pull request #106282 from nvuillam/AddNfFileExtensionForGroovy
Add .nf to Groovy file extensions
2020-09-08 05:22:20 -07:00
NicolasVuillamy
1dab4e6979 Add .nf file extension for groovy files 2020-09-08 14:11:03 +02:00
Sandeep Somavarapu
ab566ed1fe use async await 2020-09-08 13:48:56 +02:00
Sandeep Somavarapu
1757307513 #103454 do not use deprecated methods 2020-09-08 12:33:54 +02:00
Sandeep Somavarapu
66db1a7057 #103454 remove objects.assign usage 2020-09-08 12:33:54 +02:00
isidor
b1a66b59b8 debug: dynamic launch configurations should be stored properly
fixes #96293
2020-09-08 11:54:05 +02:00
Johannes Rieken
89a2e78f7c adopt request delays in code lense, also modernize code lens. fixes https://github.com/microsoft/vscode/issues/106267 2020-09-08 11:25:39 +02:00
mbassit
4a801b9737
Increased height of proxy authentication dialog to prevent cutting buttons (#83900) 2020-09-08 11:19:39 +02:00
isidor
707ce447cb fixes #106246 2020-09-08 10:52:09 +02:00
Johannes Rieken
4281619878 extract request delay managment for reuse, https://github.com/microsoft/vscode/issues/106267 2020-09-08 10:45:26 +02:00
Johannes Rieken
7a6d2cad4f 💄 some code lens polish 2020-09-08 10:45:25 +02:00
João Moreno
82aa8fc425
better git and github docs 2020-09-08 09:55:07 +02:00
Johannes Rieken
0d6a1f8e1c TrustedTypes - use clearNode instead of innerHTML 2020-09-08 09:42:19 +02:00
Johannes Rieken
a002404b2e update notebooks 2020-09-08 09:39:17 +02:00
Johannes Rieken
0e91435a07 chore - trusted types search 2020-09-08 09:31:04 +02:00
deepak1556
1d7b32b880 chore: bump electron@9.3.0 2020-09-07 13:25:24 -07:00
Benjamin Pasero
718ec32303 keyboard - rename and cleanup some editor related contextkeys 2020-09-07 18:26:12 +02:00
Benjamin Pasero
d69c272ce8 environment - update jsdoc to clarify things 2020-09-07 17:50:49 +02:00
Sandeep Somavarapu
39f8e2a1dc #103454 do not use deprecated methods 2020-09-07 17:38:06 +02:00
Johannes Rieken
8a06771005 readonly-ness, readonly over getter, some member sorting (properties, ctor, methods), https://github.com/microsoft/vscode/issues/105735 2020-09-07 17:07:50 +02:00
Alex Ross
5cd1eff604 Update grammars 2020-09-07 16:47:30 +02:00
Johannes Rieken
ee2ba80107 add cmd+i (mac), ctrl+i (linux/win) as additional intellisense trigger character, https://github.com/microsoft/vscode/issues/105207 2020-09-07 16:31:43 +02:00
Johannes Rieken
4fb1ce8a36
Merge pull request #106200 from moshfeu/fix/x-overlap-text
Add padding to space the x button of "suggest" tooltip
2020-09-07 16:23:47 +02:00
Johannes Rieken
620faccd51
Merge pull request #106237 from microsoft/joh/channels
MessageChannel-api to communicate with worker ext host
2020-09-07 16:19:39 +02:00
João Moreno
ca3c527f43
Merge pull request #104284 from jeanp413/fix-list-smooth-scrolling
Fixes settings editor scrolls slowly when `workbench.list.smoothScrolling` enabled
2020-09-07 15:53:47 +02:00
Johannes Rieken
784c1dad15 use MessageChannel api to communicate between worker extension host and main thread 2020-09-07 15:44:40 +02:00
Sandeep Somavarapu
79c4f10983 Fix #106021 2020-09-07 15:24:57 +02:00
João Moreno
d93e07f5d4
Merge pull request #104339 from amazingcaio/master
associate *.c++ & *.h++ files with c++
2020-09-07 15:05:20 +02:00
Johannes Rieken
6b45e457eb Trusted Types - no innerHTML usage in HighlightedLabel 2020-09-07 14:37:57 +02:00
Johannes Rieken
3b7fd575de 💄 dom 2020-09-07 14:18:44 +02:00
Johannes Rieken
26545ec993
Merge branch 'master' into fix/x-overlap-text 2020-09-07 12:32:21 +02:00
Johannes Rieken
7b239ddf8a strict INotebookTextModel#cells and some more readonly-ness, https://github.com/microsoft/vscode/issues/105735 2020-09-07 12:26:09 +02:00
Benjamin Pasero
007fffe1e0 editors - expose "Close Editor Group" in command palette 2020-09-07 12:24:15 +02:00
Benjamin Pasero
183d11a642 editors - allow to save virtual documents (fix #101952) 2020-09-07 12:10:03 +02:00
Johannes Rieken
ed9c404bf9 cleanup notebook argument processor, remove INotebookTextModel#handle and use uri instead, https://github.com/microsoft/vscode/issues/105735 2020-09-07 11:52:50 +02:00
Johannes Rieken
53ffabab80 debt - remove unused INotebookModelAddedData#handle 2020-09-07 11:52:50 +02:00
Benjamin Pasero
b7d867716a menu - update context keys for some editor related commands
Save/Revert: enable if an editor is opened
Close: disable if no active editor
2020-09-07 11:37:51 +02:00
Johannes Rieken
5716657298 Trusted Types - don't use innerHTML in CodeLensContentWidget 2020-09-07 11:04:46 +02:00
Benjamin Pasero
4a2b990be3
themes - first cut ColorScheme support (#105715) (#105716) 2020-09-07 10:25:10 +02:00
Johannes Rieken
5a2431a13f trusted types - use innerText for style assignment 2020-09-07 10:23:35 +02:00
Johannes Rieken
f1df381f55 💄 remove unused code 2020-09-07 10:14:36 +02:00
Martin Aeschlimann
e56f766fa9
Merge pull request #106061 from rchl/fix/json-language-features-docs
[json-language-features] Fix json/schemaAssociations parameters documentation
2020-09-07 01:09:59 -07:00
Martin Aeschlimann
f0dea5ec85 improvements 2020-09-07 10:09:15 +02:00
Benjamin Pasero
64b79581cb 🆙 distro 2020-09-07 09:46:59 +02:00
Benjamin Pasero
b6bb2189cd
Merge pull request #106216 from microsoft/ben/sandbox-environment
Environment service cleanup for sandbox
2020-09-07 09:40:13 +02:00
Benjamin Pasero
d0f6bd65aa Merge branch 'master' into ben/sandbox-environment 2020-09-07 08:43:24 +02:00
Benjamin Pasero
0de4890a28
🆙 chokidar@3.4.2 (#106212) 2020-09-07 08:42:29 +02:00
Benjamin Pasero
7458d313c3
debt - unset DYLD_LIBRARY_PATH before forking (#106211) 2020-09-07 08:40:41 +02:00
Benjamin Pasero
baeae888a7
🆙 playwright@1.3.0 (#105740) 2020-09-07 08:39:05 +02:00