Commit Graph

9720 Commits

Author SHA1 Message Date
João Moreno
1703e7e71e fix bad JSON 2020-11-03 11:06:53 +01:00
Martin Aeschlimann
183b2a2892 [themes] theme names are all not localized. Fixes #109840 2020-11-03 09:46:34 +01:00
Matt Bierner
90b17ed115 Make it easier to override markdown table stylings
Fixes #105796

This makes the markdown preview's default css for tables less specific. This should make it easier to user or extensions to override it
2020-11-02 13:53:26 -08:00
Alex Ross
a5d719c570 Try new Rust grammar (#108254)
Part of #64488
2020-11-02 15:52:57 +01:00
Alex Ross
bea76730f1 feat: Autodetect npm.packageManager #102050 (#102494)
Detects the preferred  package manager
and if multiple are present, warns and uses
in priority order: npm => yarn => pnpm
Fixes #102050
Co-authored-by: Alex Ross <alros@microsoft.com>
2020-11-02 14:48:11 +01:00
Alex Ross
04863391e9 Fix scope checking mismatch (#109665) 2020-10-29 17:05:21 -07:00
Alex Dima
7b40975fd7 Allow a resolver to provide the remote connection token 2020-10-29 21:28:04 +01:00
Raymond Zhao
e94a1bd7ef Bump vscode-emmet-helper to 2.0.8 2020-10-28 17:14:33 +00:00
João Moreno
d2f51a9839 fixes #108444 2020-10-28 14:21:56 +01:00
Fons van der Plas
b6a02bb4e2 message "Would you like to stage all chages?" (#109272)
The old message,
```
Would you like to automatically stage all your changes and commit them directly?
```
sounds like clicking _Yes_ will do this _automatically_ from now on, which is not the case. I removed _automatically_.
2020-10-28 11:05:07 +01:00
Alex Ross
8d0ca78841 Revert "feat: Autodetect npm.packageManager #102050 (#102494)"
This reverts commit f8c0e3b612.
2020-10-27 10:07:45 +01:00
Jackson Kearl
e3db76ab7f Update import 2020-10-26 19:04:26 -07:00
Jackson Kearl
74654f3c35 Use find-yarn-workspace-root over find-yarn-workspace-root2 (#109429) 2020-10-26 18:38:27 -07:00
Rachel Macfarlane
928e79f838 Verify GitHub tokens on auth provider start, fixes #108680 2020-10-26 16:01:58 -07:00
Megan Rogge
5d4df8273e markdown smart select (#108818)
smart select
2020-10-26 15:33:48 -07:00
Martin Aeschlimann
2f22788b6c pack emmet including the vscode-emmet-helper (#109257) 2020-10-26 10:37:18 -07:00
Martin Aeschlimann
29f2a4aa58 [html] update service 2020-10-26 18:02:24 +01:00
João Moreno
f50ee04ed9 fix git submenus order
fixes #109286
2020-10-26 15:06:53 +01:00
Takanori Oishi
86e1d0744f Git: Add tags to '...' menu (#109282)
* Git: Add tags to '...' menu
Closes #109281

* Git: Add tags to '...' menu
Closes #109281
2020-10-26 14:44:28 +01:00
Eric Amodio
16f4a29aa0 Changes URI -> Uri 2020-10-25 22:50:25 -04:00
Matt Bierner
8a5ffbb044 Mark DocumentSelector as readonly (#109212)
This change:

- Make  `DocumentSelector` use a readonly array
- Updates all properties of `DocumentFilter` to be readonly

`DocumentSelector` is used as a parameter in our provider APIs and does not need to be mutable. This change lets extensions pass in readonly values for the selector
2020-10-23 18:37:39 -07:00
Rachel Macfarlane
102e0e6d84 Handle incomplete login requests gracefully, fixes #109102 2020-10-23 09:45:50 -07:00
João Moreno
c781e1f4ff 💄 2020-10-23 14:45:41 +02:00
João Moreno
42e920a18a Merge branch 'master' into pr/108913 2020-10-23 14:32:22 +02:00
Matt Bierner
dc9c7fae94 Remove readonly
This change was mistakenly checked in
2020-10-22 23:51:27 -07:00
Matt Bierner
aabcbd5ef8 Also enable errors and warnings in interactive playground
For #83025
2020-10-22 22:42:55 -07:00
Matt Bierner
40fc0b1789 Enable semantic features in interactive playground
Fixes #109190
2020-10-22 22:36:08 -07:00
Matt Bierner
16075cc22a Add insertSpaceAfterOpeningAndBeforeClosingEmptyBrackets formatting setting
Fixes #109190
2020-10-22 22:36:08 -07:00
tomerstav
039f26db56 Highlight branchs upstream if defined by placing item first in picker 2020-10-23 04:36:17 +00:00
tomerstav
7b936983f6 Renamed rebaseOnto to rebase 2020-10-23 03:35:27 +00:00
João Moreno
0f1904834b 💄 2020-10-22 21:12:13 +02:00
João Moreno
990c0284db Merge branch 'master' into pr/109133 2020-10-22 21:03:56 +02:00
Alex Dima
3725ff44d5 Fixes #109131: Do not fail if an undo stop is inserted in between the two consecutive edits 2020-10-22 09:59:35 +02:00
Jordan Bayles
3082f63523 Add Git: Clone Recursively option
This patch adds a new command, Git: Clone Recursively, that adds the
--recursive option to git clone in order to also check out git
submodules.

Bug: 108381
2020-10-21 23:05:48 -07:00
João Moreno
a27961d843 git: improve status bar message 2020-10-21 16:37:49 +02:00
Alex Ross
0b148e83db Provide command to get package manager
Fixes #109071
2020-10-21 15:27:18 +02:00
Matt Bierner
37c63d6ae5 Don't show loading and project loading status for in-memory JS/TS files
Fixes #108454
2020-10-19 17:18:49 -07:00
tomerstav
5a76fea0a8 Rewrote logic 2020-10-19 23:24:48 +00:00
Raymond Zhao
d10e2fc0e6 Use new helper extractAbbreviation function 2020-10-19 11:27:17 -07:00
Raymond Zhao
0c50806e8c Refactor Emmet abbrevationAction files 2020-10-19 11:27:16 -07:00
Christof Marti
bfe35d4427 Settings copied only once (microsoft/vscode-remote-release#484) 2020-10-19 17:50:43 +02:00
Christof Marti
dbc90498b4 Add hint (fixes microsoft/vscode-remote-release#486) 2020-10-19 17:50:43 +02:00
Ladislau Szomoru
e1692b33b1 Abort rebase command polish (#108919)
* Abort rebase command polish
2020-10-19 10:59:36 +02:00
Martin Aeschlimann
845d014429 [scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840 2020-10-19 09:55:57 +02:00
tomerstav
741925db11 Implemented rebase onto 2020-10-19 04:13:52 +00:00
Rachel Macfarlane
74ef0a92fe Update callback url for ms authentication when not using local server 2020-10-17 09:45:19 -07:00
Matt Bierner
dd124a5cae Cleaning up code
- Use more explicit names
- extract
- Use `??`
2020-10-16 17:18:44 -07:00
Raymond Zhao
fbc4c87523 Bump vscode emmet helper to 2.0.5 2020-10-16 10:42:36 -07:00
João Moreno
b9115b8b9c fixes #108714 2020-10-16 16:58:25 +02:00
Andrey Sinitsyn
b71ede64c1 fix(git): fatal when adding, reverting files or cleaning repo on win32 (#108691)
Fixes issue #108690
2020-10-16 15:26:15 +02:00