Commit graph

86121 commits

Author SHA1 Message Date
Logan Ramos
323237921b
Set context key on more than just the working tree 2021-08-03 10:00:52 -04:00
Henning Dieterichs
5edf7a11d8
Implements run to line. 2021-08-03 15:29:35 +02:00
Benjamin Pasero
6c1f37fa73
sandbox - enforce file URI for DownloadURL transfer (fix #128975) 2021-08-03 15:12:07 +02:00
Dirk Baeumer
568c51aff0
Fixes #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-08-03 15:06:07 +02:00
Benjamin Pasero
392dfdf451
storage - remove legacy state migration 2021-08-03 14:59:08 +02:00
Henning Dieterichs
1ac9e566d5
Changes default of "editor.inlineSuggest.enabled" from false to true. Fixes #128454. 2021-08-03 14:50:46 +02:00
Henning Dieterichs
5da83f7bb7
Revert "Changes default of "editor.inlineSuggest.enabled" from false to true. Fixes #128454."
This reverts commit d90b1ca77f.
2021-08-03 14:42:56 +02:00
Logan Ramos
02b68b133e
bump distro 2021-08-03 08:32:18 -04:00
isidor
1970daeb19
fixes #130026 2021-08-03 14:22:17 +02:00
Benjamin Pasero
db4cda10a8
web - guard against error from stopping tracing on tear down of tests 2021-08-03 14:15:55 +02:00
Benjamin Pasero
4b07dae7fd
lifecycle 💄 2021-08-03 11:54:26 +02:00
Henning Dieterichs
d90b1ca77f
Changes default of "editor.inlineSuggest.enabled" from false to true. Fixes #128454. 2021-08-03 11:49:53 +02:00
Benjamin Pasero
c3d05cecd7
web - attempt to implement ILifecycleService.startupKind 2021-08-03 11:21:15 +02:00
Benjamin Pasero
86a286f727
web - back to awaiting state flush on reload/close
It does not seem to work otherwise for the reload case.
2021-08-03 11:21:15 +02:00
Isidor Nikolic
a8085da2b1
Merge pull request #129721 from xisui-MSFT/dev/xisui/fix_129574
Fix focused stack frame colors in disassembly view
2021-08-03 10:32:30 +02:00
Benjamin Pasero
6c31ccf153
web - do not flush storage twice and leave reload/close sync 2021-08-03 10:09:56 +02:00
Benjamin Pasero
f7092f6049
web - try to flush storage on reload and close 2021-08-03 09:53:16 +02:00
Benjamin Pasero
0390d98a4e
web tests - print page errors to console
//cc @lramos15 this would have detected the missing module
2021-08-03 09:10:47 +02:00
deepak1556
934d280a9f chore: bump vscode-universal-bundler
Fixes https://github.com/microsoft/vscode/issues/115262
2021-08-02 22:14:02 -07:00
Matt Bierner
5f45df8330
Fix formatting
Github merge UI :'(
2021-08-02 19:54:03 -07:00
Nicholas Rayburn
72d9aa625e
Fix #124276 batch markdown file requests (#124545)
* fix #124276 batch markdown file requests

* cleanup and modify return type

* Revert "cleanup and modify return type"

This reverts commit 62d62b4947.

* cleanup getAllMarkdownDocuments

* fix markdown batching

* fix var not being modified
cleanup function call
remove modulo use

* don't create a new array on each iteration

Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-08-02 19:44:56 -07:00
Rob Lourens
9539f015b1 Split up ipynb serializer file 2021-08-02 19:16:20 -07:00
Rob Lourens
cb6fee24fd Fix build, merge when clauses 2021-08-02 19:11:48 -07:00
Rob Lourens
7caab9b3bc Serializer cleanup 2021-08-02 18:58:07 -07:00
rebornix
52414e5cd8 re #111769, dismiss only when scroll top changes. 2021-08-02 17:46:33 -07:00
rebornix
af4cf38e48 fix #111769. 2021-08-02 17:46:33 -07:00
Harald Kirschner
076c42217e Hide non-functional walkthroughs in virtual workspaces 2021-08-02 17:35:14 -07:00
Jackson Kearl
516ecfef6e
Remove import to missing html file too 2021-08-02 17:28:21 -07:00
Jackson Kearl
1e648ff20d
Remove import to no longer present css file 2021-08-02 17:28:10 -07:00
Matt Bierner
3bf817f0f8
Revert "Update to build with latest TS version"
This reverts commit e53be27652.
2021-08-02 17:25:14 -07:00
rebornix
1918d0ef0f fix #129914. 2021-08-02 17:20:44 -07:00
Matt Bierner
67ea45c3e0
Don't use | null for ts config
Fixes #129794

Just fall back to undefined instead
2021-08-02 16:11:17 -07:00
Jackson Kearl
30b8ca03bc
Restore color definitions 2021-08-02 15:53:52 -07:00
Jackson Kearl
3590a629b1
Remove legacy welcome page code
Closes #130005
2021-08-02 15:38:35 -07:00
Matt Bierner
e53be27652
Update to build with latest TS version 2021-08-02 15:33:27 -07:00
Matt Bierner
637b409b00
Bundle TS 4.4 2021-08-02 15:33:27 -07:00
Connor Peet
4897f96975
debug: add indicators to differentiate debugged worker ext hosts
Fixes https://github.com/microsoft/vscode/issues/128637 (with corresponding js-debug changes)
2021-08-02 15:25:50 -07:00
Rob Lourens
1faa6b91cf Update mimetype parse error message
Fix #130002
2021-08-02 15:05:44 -07:00
meganrogge
21dc8580c9
don't use webgl for ipad 2021-08-02 14:15:44 -07:00
Xinyu Sui
cf15ba02ec Merge branch 'main' into dev/xisui/fix_129574 2021-08-02 13:03:04 -07:00
Connor Peet
2cb6f27d84
fix: improve test explorer active document filtering to exclude childless peers
Fixes #129476
2021-08-02 12:47:10 -07:00
Logan Ramos
9350fa3c9d
Bump telemetry module to fix packaging 2021-08-02 14:29:37 -04:00
Logan Ramos
ec6fc635f3
Update lock 2021-08-02 13:28:39 -04:00
Benjamin Pasero
6c29fc1d5e
fix formatting 2021-08-02 19:22:09 +02:00
Logan Ramos
9d2807f93c
Add to remote dependencies 2021-08-02 13:20:04 -04:00
Logan Ramos
b7a07daa5a
Fix #129727 2021-08-02 13:04:26 -04:00
meganrogge
2769f4c94f
fix #129615 2021-08-02 09:01:35 -07:00
Isidor Nikolic
97faef955a
Merge pull request #126843 from gjsjohnmurray/fix-126842
fix #126842 clear Explorer root folder error indicator when refresh succeeds
2021-08-02 16:41:43 +02:00
isidor
b3c2edb129
Start without debugging should not register breakpoints
fixes #129255
2021-08-02 16:34:55 +02:00
John Murray
1bbe9cfd59
fix #129296 keep authority, query, fragment when navigating simple file dialog (#129310) 2021-08-02 16:12:49 +02:00