Commit graph

9710 commits

Author SHA1 Message Date
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
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