Commit Graph

9701 Commits

Author SHA1 Message Date
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
Martin Aeschlimann
0211038211 [json] increase rangeFormatting editLimit to 10000 (for #97138) 2020-10-15 15:37:51 +02:00
Raymond Zhao
f87d1f4609 Add force refresh case for #108670 2020-10-14 14:07:40 -07:00
Martin Aeschlimann
59f4562c66 [json] update service. Fixes #97843 2020-10-14 22:20:05 +02:00
Raymond Zhao
0fc17285e1 Update Emmet on save of snippets file #108670 2020-10-14 12:32:20 -07:00
Matt Bierner
f564bbd517 Restore injection grammar for multiline jsdoc types
For #108237

This only fixes the basic case of making sure multiline types in jsdoc do not capture the leading `*`
2020-10-13 16:51:58 -07:00
Raymond Zhao
2dbd0ae6a4 Bump vscode-emmet-helper to 2.0.4 2020-10-13 15:10:55 -07:00
Martin Aeschlimann
01eb77a598 [html] update services (for #108016) 2020-10-13 21:52:25 +02:00
Raymond Zhao
197b9ffeb4 Update vscode-emmet-helper to fix #104962 2020-10-13 09:42:52 -07:00
Martin Aeschlimann
8d29dde51c package.json dependency completion: npm command not used on windows. Fixes #108605 2020-10-13 17:05:57 +02:00
Martin Aeschlimann
362da0a14d [css] update service 2020-10-13 16:55:48 +02:00
Martin Aeschlimann
42ddf0fd65 fix isValidNPMName 2020-10-13 09:57:28 +02:00
Eric Amodio
0ac9d25b81 Closes #91695 - adds emoji support 2020-10-12 14:38:07 -04:00
Rachel Macfarlane
31419adc34 Polish onDidChangePassword changes 2020-10-12 10:31:16 -07:00
Eric Amodio
9910c38005 Fixes #108530 2020-10-12 11:08:13 -04:00
Martin Aeschlimann
588b6cc57d update seti theme (fixes https://github.com/microsoft/vscode/issues/108185) 2020-10-12 15:34:05 +02:00
Alex Ross
5742413347 Fix preffered pm when pm can't be determined 2020-10-12 15:25:05 +02:00
Martin Aeschlimann
0dfa897c22 JSON Language Server 1.3.1 2020-10-12 13:25:05 +02:00
Martin Aeschlimann
256d3ad405 vscode-json-languageserver crashes on start: Cannot find module '../out/jsonServerMain' . Fixes #107949 2020-10-12 13:25:05 +02:00
João Moreno
47116a8acd fixes #108371 2020-10-12 11:04:30 +02:00