Raymond Zhao
4c55c7264f
Revert "Fix #58600 , Format Emmet package.json ( #110891 )"
...
This reverts commit ffacef4727ef6896823b895d5684f7e9e3df27fb.
2020-11-23 09:20:27 -08:00
Rob Lourens
40a902c9cf
Multiline markdownEnumDescription should not break split json settings editor
...
Fix #110840
2020-11-23 09:14:38 -08:00
Alex Ross
a7b1267006
both custom and native hover showing ( #111178 )
...
Fixes #111082
2020-11-23 18:05:51 +01:00
Alex Ross
542de8a8d7
Fix bug where tasks.json tasks aren't resolved
2020-11-23 17:09:26 +01:00
SteVen Batten
eecbbcd3e3
fixes #110720
2020-11-23 16:00:30 +00:00
João Moreno
34b0cedeb7
fixes #108073
2020-11-23 16:54:17 +01:00
João Moreno
ef5a912876
fixes #109097
2020-11-23 16:51:47 +01:00
Benjamin Pasero
a85b3391ef
Consider to remove migrateFromOldCachedViewContainersValue ( fix #109726 )
2020-11-23 15:57:19 +01:00
João Moreno
6c415c2486
Merge branch 'joao/terrapin'
2020-11-23 15:55:55 +01:00
Alex Ross
ea989da383
Feedback from resolveTreeItem API proposal review
...
Part of #100741
2020-11-23 15:36:32 +01:00
Benjamin Pasero
21a42246d3
fix compile
2020-11-23 15:00:44 +01:00
Benjamin Pasero
4e1eff7083
web - turn the home indicator into a menu
2020-11-23 15:00:43 +01:00
Alex Ross
f19b19018c
Automatic port forwarding polish
...
Part of microsoft/vscode-remote-release#4021
2020-11-23 14:58:18 +01:00
Alex Dima
e9fc5e147d
Fixes microsoft/monaco-editor#2192
2020-11-23 13:47:05 +01:00
Alex Dima
9a07d50f52
Delegate to the command service as a fallback ( microsoft/monaco-editor#2195 )
2020-11-23 13:47:04 +01:00
Alex Ross
951509368c
Add terminal hack for task line data back in
...
Fixes #105159
2020-11-23 12:20:06 +01:00
isidor
93534b15da
fixes #104793
2020-11-23 12:12:13 +01:00
João Moreno
12983c8175
Merge remote-tracking branch 'origin/master'
2020-11-23 11:50:51 +01:00
João Moreno
93f8adf263
💄
2020-11-23 11:50:16 +01:00
Martin Aeschlimann
07d680b7c8
semantic highligting: deprecate member, add method. Fixes microsoft/language-server-protocol#1087
2020-11-23 11:41:12 +01:00
João Moreno
e81eb57671
Merge branch 'master' into pr/107705
2020-11-23 11:33:12 +01:00
Jiaxun Wei
ee6e905a8a
cache OpenURLOptions in ExtensionUrlBootstrapHandler ( #110725 )
2020-11-23 11:17:56 +01:00
Alex Ross
eaf5eaa29f
Allow name to be updated on extension forwarded ports
...
Fixes microsoft/vscode-remote-release#4028
2020-11-23 11:12:33 +01:00
João Moreno
4b6b2bc6c2
update cache salt
2020-11-23 11:00:40 +01:00
Alex Ross
3a37613eb5
Automatically forward candidate ports
...
Part of microsoft/vscode-remote-release#4021
2020-11-23 10:59:44 +01:00
João Moreno
ab6878688f
fix terrapin usage
2020-11-23 10:53:22 +01:00
Alex Ross
d632381e71
Add running process info to tunnels
...
Part of microsoft/vscode-remote-release#4021
2020-11-23 10:43:50 +01:00
Martin Aeschlimann
1436b523d4
[themes] Generate Color Theme From Current Settings doesn't have all colors. Fixes #111147
2020-11-23 10:41:02 +01:00
Martin Aeschlimann
0a78fe165a
Merge pull request #111110 from chenjigeng/master
...
Fixed Hover style incorrect when writing javascript in HTML
2020-11-23 09:17:12 +01:00
rebornix
6026ab576d
fix #109104 , #105884 .
2020-11-22 20:03:07 -08:00
Martin Aeschlimann
986e1248f6
bump distro
2020-11-22 20:47:56 +01:00
Ladislau Szomoru
4ae26a1563
Update milestone
2020-11-22 15:48:33 +01:00
Benjamin Pasero
52098eaeb0
env - tweak shell resolve experience on startup
2020-11-22 09:44:22 +01:00
chenjigeng
eae037b391
Fixed Hover style incorrect when writing javascript in HTML
2020-11-22 10:52:27 +08:00
Alexandru Dima
fb80c0e44a
Merge pull request #107126 from Timmmm/atomic_tabs
...
Add atomic tabs option
2020-11-21 01:10:50 +01:00
Matt Bierner
88856f1a1c
Simplify changes from #108193
2020-11-20 16:09:06 -08:00
Connor Peet
a194746aa3
auto attach: allow temporarily disabling
...
Fixes https://github.com/microsoft/vscode/issues/111021
2020-11-20 16:08:05 -08:00
Alex Dima
45ec698b12
Avoid walking whitespace twice when going left & small stylistic changes
2020-11-21 01:01:56 +01:00
turara
f1cfe2d3a6
Update CodeActionOnSaveParticipant ( #108193 )
...
* Update CodeActionOnSaveParticipant
Add filtering CodeActionKind.SourceFixAll derivatives for codeActionsOnSave
* Add CodeActionOnSaveParticipant#createCodeActionsOnSave method to remove subsets.
Fixes #106924 .
2020-11-20 15:58:23 -08:00
BTNDev
2b75c3d5ac
updated javascript for in snippet ( #111062 )
...
Updated javascript for in snippet to use Object.hasOwnProperty insted of object.hasOwnProperty because of this vulnerability: https://eslint.org/docs/rules/no-prototype-builtins
2020-11-20 15:37:46 -08:00
Andrew Casey
9195c9ab14
Expose TS server tracing ( #110534 )
...
* Add typescript.tsserver.enableTracing setting
* Document typescript.tsserver.enableTracing setting
2020-11-20 15:28:18 -08:00
Connor Peet
06be9f4029
testing: tests and speed improvements
2020-11-20 15:14:35 -08:00
Matt Bierner
3880463037
Temporarily only warn on duplicate scoped context
...
The error seems to be hit with the current notebook tests
2020-11-20 15:10:41 -08:00
Matt Bierner
93e7dda5a1
Error if a new ScopedContextKeyService conflicts with an existing ScopedContextKeyService ( #110363 )
...
`ScopedContextKeyService` stores values using a dom attribute. This means that if you create two ScopedContextKeyService instances on a node, the second instance will end up effecting the first.
This seems unexpected to me and cause a lot of confusion while working on c8877809c95b7eba887ec4269ce99de94fdb14c7. The specific bug I hit:
- Create scoped service A
- Create scoped service B on the same element
- Dispose of scoped service A
- This also ends up clearing the context storage value for scoped service B
This PR makes creating a scoped context key service on a dom node that already has a scoped context key service an error
2020-11-20 14:33:18 -08:00
Alex Dima
c9d89dd5ce
editor.atomicSoftTabs can be a simple editor option
2020-11-20 23:21:19 +01:00
Alex Dima
25e8ca8e18
Merge remote-tracking branch 'origin/master' into pr/Timmmm/107126
2020-11-20 22:34:03 +01:00
Alexandru Dima
b2bd3540b0
Merge pull request #108448 from xndcn/patch-1
...
Fix overlay area for minimap slider
2020-11-20 22:30:28 +01:00
Connor Peet
7265dfb6d7
testing: smarter change event
2020-11-20 13:03:45 -08:00
Alexandru Dima
87b8061711
Merge pull request #110917 from dsanders11/patch-2
...
Use label for "Follow link" command's tooltip
2020-11-20 21:41:12 +01:00
Alex Dima
0ffe32409d
Don't show complete command arguments in the native tooltips
2020-11-20 21:38:10 +01:00