Commit Graph

73286 Commits

Author SHA1 Message Date
Martin Aeschlimann
07d680b7c8 semantic highligting: deprecate member, add method. Fixes microsoft/language-server-protocol#1087 2020-11-23 11:41: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
Alex Ross
3a37613eb5 Automatically forward candidate ports
Part of microsoft/vscode-remote-release#4021
2020-11-23 10:59:44 +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 c8877809c9. 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
Alexandru Dima
786eca5cd6 Merge branch 'master' into patch-2 2020-11-20 21:34:05 +01:00
Alexandru Dima
cbeaf4fc55 Merge pull request #108379 from KapitanOczywisty/patch-2
Ignore LineDecoration order when comparing
2020-11-20 19:40:49 +01:00
Alex Dima
b2b3b015d5 Sort line decorations 2020-11-20 19:39:08 +01:00
Alex Dima
796a38f930 Merge remote-tracking branch 'origin/master' into pr/KapitanOczywisty/108379 2020-11-20 19:29:05 +01:00
rebornix
f25f1abfaf give the option completely to notebook extension for now. 2020-11-20 09:51:52 -08:00
rebornix
d5a74a912b add trusted status bar item. 2020-11-20 09:51:52 -08:00
rebornix
6b19da7102 update execution button when trusted notebook metadata changes. 2020-11-20 09:51:52 -08:00
rebornix
1b3b40265b trusted notebook metadata 2020-11-20 09:51:52 -08:00
rebornix
4d4f3660a0 opacity for notebook cell status 2020-11-20 09:51:52 -08:00
rebornix
33c058d042 fix mouse click on text status item 2020-11-20 09:51:52 -08:00
rebornix
d23c882470 use status bar item for execute cell placeholder 2020-11-20 09:51:52 -08:00
rebornix
fc98345ba1 Extract output container renderer 2020-11-20 09:51:52 -08:00
rebornix
efea77ab7c move cell output element to its own module 2020-11-20 09:51:52 -08:00
rebornix
da00706deb cellDnd 2020-11-20 09:51:52 -08:00
rebornix
57ca27e5f5 merge cell action view 2020-11-20 09:51:52 -08:00
rebornix
8cf97fefd9 trust notebook prep 2020-11-20 09:51:52 -08:00
Connor Peet
d1280418d7 testing: initial api implementation
* wip

* wip

* wip

* wip

* wip

* wip
2020-11-20 08:31:35 -08:00
Benjamin Pasero
ff1887be3e Preserve per-window environment variables between workspace changes (fix #108571) 2020-11-20 16:08:50 +01:00
Alex Dima
7d1cd1ff33 Fixes #99313 2020-11-20 16:02:41 +01:00
Benjamin Pasero
690d0e33c1 window - cleanup reload() method 2020-11-20 15:49:45 +01:00
Benjamin Pasero
1568c0ca45 🆙 distro 2020-11-20 15:25:49 +01:00
Benjamin Pasero
fb277edc0f env - take window configuration into account when resolving shellEnv 2020-11-20 15:21:59 +01:00