Commit graph

84689 commits

Author SHA1 Message Date
Johannes Rieken 99bac2dac6
Merge branch 'main' into joh/webpack5 2021-07-02 16:19:48 +02:00
Johannes Rieken adb243550a
fix json error in tsec.exemptions 2021-07-02 16:19:29 +02:00
Benjamin Pasero 455c8daf0a
🆙 distro 2021-07-02 16:18:14 +02:00
Johannes Rieken a76db8bb7e
Merge branch 'main' into joh/webpack5 2021-07-02 16:14:52 +02:00
Alex Ross ff55c3cb4e
Restrict allowed schemas for "Open Workspace" (#127876) 2021-07-02 16:12:15 +02:00
Johannes Rieken dfb69389f3
update distro, https://github.com/microsoft/vscode/issues/127760 2021-07-02 16:07:47 +02:00
Johannes Rieken aacda89007
remove extensionHostWorkerMain and use workerMain bootstrapping, https://github.com/microsoft/vscode/issues/127760 2021-07-02 16:04:55 +02:00
Johannes Rieken 3406031e37
Merge branch 'main' into joh/webpack5 2021-07-02 15:02:12 +02:00
Sandeep Somavarapu c794b4d2b7
Donot log if the current window is running extension tests 2021-07-02 14:54:50 +02:00
Johannes Rieken 73a2f1365a
update distro 2021-07-02 14:46:49 +02:00
Benjamin Pasero 66de74f58c
editors - 💄 diff editor input original/modified name 2021-07-02 14:36:29 +02:00
Johannes Rieken 78546b7239
only loop once over decoration data API 2021-07-02 14:34:00 +02:00
Benjamin Pasero 2ba282fc43
editors - 💄 extractEditorResources 2021-07-02 14:30:09 +02:00
Johannes Rieken 3598075dd0
Merge branch 'joh/next' into main 2021-07-02 14:09:27 +02:00
Johannes Rieken 99984e24a1
update to webpack@5 2021-07-02 14:08:18 +02:00
Christof Marti f45814f108 Bump version 2021-07-02 13:57:41 +02:00
Johannes Rieken d86f17ce4b
update v8-inspect-profiler 2021-07-02 12:35:08 +02:00
Johannes Rieken 90197cbc94
use async-await in extHostLanguageFeatures, stop using asPromise 2021-07-02 12:18:48 +02:00
Johannes Rieken 0984071fe0
fix 2021-07-02 11:51:41 +02:00
Sandeep Somavarapu 062e6519f8
use vscode smoke test check extension 2021-07-02 10:46:31 +02:00
Alex Ross c807054794
Revert "Check collapse state of tree node when doing recursive refresh (#127071)"
Fixes #127711
This reverts commit c683180c66.
2021-07-02 10:38:55 +02:00
isidor dec4a091d5
fixes #126962 2021-07-02 09:35:13 +02:00
Alex Dima 7be9857705
Fixes #115960: Clarify what value of 8 does 2021-07-02 09:21:57 +02:00
Alexandru Dima d39b373694
Merge pull request #127416 from microsoft/hediet/injected-text-domLineBreaksComputer
domLineBreaksComputer needs to allow for injected text when there is no wrapping
2021-07-02 08:59:02 +02:00
isidor 4495b3ca62
fixes #127716 2021-07-02 08:43:37 +02:00
Rob Lourens 5cb98db286 Disable notebook pause watching
Fix #127720
2021-07-01 16:02:20 -07:00
Matt Bierner 3d2a28fcd8
Disable math highlighting in markdown fenced code blocks 2021-07-01 15:46:56 -07:00
SteVen Batten 5adddeeb76 allow distrust button for vfs 2021-07-01 15:40:29 -07:00
Connor Peet 119a97852b
debug: bump js-debug version 2021-07-01 14:48:33 -07:00
Matt Bierner 8be960c60d
Add explicit initilization for void properties
Needed for current TS 4.4 builds but should not cause issues for older TS versions
2021-07-01 14:24:30 -07:00
Logan Ramos 74be13f0f4
Fix failing build 2021-07-01 16:49:05 -04:00
Raymond Zhao e615299339
Cancel start find delayer for empty query, fixes #127479 2021-07-01 13:15:36 -07:00
meganrogge f5da394107
Revert "fix #126469"
This reverts commit 3fd46f4654.
2021-07-01 13:13:34 -07:00
Heyward Fann 64e1bd289c
Update completions.ts (#124822) 2021-07-01 13:03:01 -07:00
Sandeep Somavarapu edaa8b1411 fix #123925 2021-07-01 21:59:18 +02:00
meganrogge 3fd46f4654
fix #126469 2021-07-01 12:25:00 -07:00
rebornix 684353798e
fix #127738. 2021-07-01 11:54:36 -07:00
meganrogge 129de0bb2f
fix #127807 2021-07-01 11:26:45 -07:00
Sandeep Somavarapu bfa531d8dc Fix #125751 2021-07-01 20:09:31 +02:00
isidor b2c8bd7368
fixes #124169 2021-07-01 20:01:22 +02:00
Logan Ramos a77d8821e0
Fix #127792 2021-07-01 14:00:26 -04:00
isidor 490d47a13b
fixes #127773 2021-07-01 19:59:57 +02:00
isidor ee5faa50ed
#124169 2021-07-01 19:59:56 +02:00
Matt Bierner 98a0782e4a
Fix conditional for drag 2021-07-01 10:46:44 -07:00
SteVen Batten 9f7309348f workpace 2021-07-01 10:45:28 -07:00
Tyler James Leonhardt 0199aa4af2 always publish arifacts_prcessed artifact fixes https://github.com/microsoft/vscode-internalbacklog/issues/2250 2021-07-01 10:38:12 -07:00
Matt Bierner 2095968447
Pick up TS 4.3.5 2021-07-01 10:24:48 -07:00
meganrogge e2fe066ff1
fix #127572 2021-07-01 10:23:33 -07:00
Matt Bierner cf2d68daba
Add markdown math support readme
Fixes #127692
2021-07-01 10:18:50 -07:00
Matt Bierner 986dcaf7a3
Add simple browser readme
Fixes #127690
2021-07-01 10:18:50 -07:00