Henning Dieterichs
94de38e7dd
Provide emmet abbreviations via inline completions ( #147387 )
...
This PR changes Emmet to use inline completions when suggesting completions.
It also provides a boolean setting so that users can opt out.
This PR does not change the "Wrap with Abbreviation" behaviour in Emmet.
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
2022-04-19 13:33:29 -07:00
Matt Bierner
800eec5645
Mark setting as experimental again
...
Will finalize along when we actually ship this api
2022-04-19 13:08:47 -07:00
Matt Bierner
08e838cba3
Don't encode paths
2022-04-19 10:13:38 -07:00
Alex Ross
a576b4c066
Fix npm task path now that there's no slash
2022-04-19 15:15:36 +02:00
Tyler Leonhardt
ed6d360182
add fallback auth server for github auth and better fallback logic
2022-04-15 15:48:29 -07:00
Tyler Leonhardt
9c15f4185a
add favicon and nonce enforcement in microsoft auth
2022-04-15 15:47:20 -07:00
Tyler Leonhardt
52a394bdea
Introduce removeSessionByIToken to remove sessions that aren't in this._tokens yet. Fixes #145189
2022-04-14 15:21:54 -07:00
Matt Bierner
cba0a0e460
Always encode paths dropped in md
2022-04-14 14:55:22 -07:00
Matt Bierner
50ea16198d
Remove the concat text document api proposal
...
Fixes #146781
2022-04-14 14:39:44 -07:00
Tyler Leonhardt
5919378269
don't surface error on gets and remove microsoft secret migration. Fixes #146553
2022-04-14 12:18:33 -07:00
Johannes
4ea02deebd
ignore text document version whenever that document is marked as being created, fixes https://github.com/microsoft/vscode/issues/146964
2022-04-14 11:04:35 +02:00
Aaron Munger
274d8d4997
Merge pull request #147321 from amunger/outputLineHeight
...
Notebook cell output font settings
2022-04-13 12:06:08 -07:00
Matt Bierner
977c9c9f98
Revert "Always use nameSpan for code lenses"
...
This reverts commit d218b48067 .
Fixes #147154
Fixes #146818
TS still needs to make tweaks before we can remove this logic
2022-04-13 12:00:06 -07:00
aamunger
9a87fe7eaf
added setting for notebook output line height
2022-04-13 09:12:28 -07:00
Benjamin Pasero
44b6695d4e
timeline - add setting to bring back "Uncommitted Changes" ( #147372 )
2022-04-13 17:10:28 +02:00
Ladislau Szomoru
0e5a8e4bc0
Git - Disable automatic repository scanning in the root of the HOMEDRIVE ( #339 )
...
* Disable automatic repository scanning in the root of the HOMEDRIVE
* Fix condition
* Pull request feedback
2022-04-12 11:03:24 -07:00
Matt Bierner
0d78957186
Update md grammar
...
Fixes #146610
2022-04-12 09:20:52 -07:00
Alex Ross
01cfc62ead
Update shellscript grammar and add new test
2022-04-12 16:49:52 +02:00
Alex Ross
5468607181
Make npm task path fix backwards compatible
...
Fixes #147193
2022-04-12 16:02:47 +02:00
Martin Aeschlimann
8f5b743a0b
[json] Allow "json.validate.enable": false in settings / disable JSON validation or error checking. Fixes #114775
2022-04-12 15:33:25 +02:00
Henning Dieterichs
82e645cf85
Merge pull request #146962 from microsoft/hediet/containsBalancedBrackets
...
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
2022-04-12 12:40:39 +02:00
Tyler Leonhardt
46452a2dbf
ensure GitHub Edu telemetry fires only per account not per session
2022-04-11 11:04:53 -07:00
Henning Dieterichs
cfb8ec1544
Merge branch 'main' into hediet/containsBalancedBrackets
2022-04-11 16:04:54 +02:00
Ladislau Szomoru
aa0cc06377
Adopt RelativePattern to watch the repository root
2022-04-11 12:13:47 +02:00
David Dossett
5e5ed9982d
Update light hc theme name
2022-04-08 11:03:29 -07:00
Ladislau Szomoru
404fe73c20
Enable more logging during repository discovery
2022-04-08 16:59:56 +02:00
Christof Marti
d3af2375bc
Update generated schema
2022-04-08 14:55:34 +02:00
Greggory Rothmeier
5fbc46d0f3
Disallow trailing commas in devcontainer files
...
Align the JSON Schema spec with JSONC, which allows JS-style comments but does not allow trailing commas.
https://github.com/microsoft/dev-container-spec/pull/24
2022-04-08 14:55:34 +02:00
Martin Aeschlimann
cc47c60e96
testresolver: set log level with TESTRESOLVER_LOG_LEVEL. For #146897
2022-04-08 10:41:36 +02:00
Akat
b499467f9f
fix(markdown): avoid considering link references/sources in code sections ( #146826 )
2022-04-07 14:50:37 -07:00
Alex Dima
37baf564f7
Merge remote-tracking branch 'origin/main' into hediet/containsBalancedBrackets
2022-04-07 22:22:01 +02:00
Connor Peet
0de44f9786
variables: allow resolving extensionDir ( #146274 )
...
* variables: allow resolving `extensionDir`
This allows us to fix https://github.com/microsoft/vscode-remote-release/issues/5516#issuecomment-911597917
It enables a new replacement in the format `${extensionDir:<id>}` which
will expand to the filesystem path where the extension is stored. This
involved churn, since now resolution is always synchronous (where before
the terminal took a synchronous-only path.)
Additionally, changes were needed to inject this information in the
variable resolver. As part of this I made the extension host resolver
(used by debug and tasks) its own extension host service.
* fixup! preserve object key order in resolution, add extensionDir support
* fixup! address pr comments
* fixup! address pr comments
* fixup! address pr comments
* config: fix config replacement only working for first variable per line
* fixup! fix unit tests
2022-04-07 08:06:31 -07:00
Ladislau Szomoru
a2f6254739
💄 Remove console.log
2022-04-07 16:39:20 +02:00
Ladislau Szomoru
cb1851d2dc
Second attempt to fix #121914
2022-04-07 16:38:01 +02:00
Ladislau Szomoru
ef6f0ec6ab
Manually porting change from PR #127702
2022-04-07 15:33:12 +02:00
Henning Dieterichs
9aaa850fe4
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
2022-04-07 00:42:19 +02:00
Matt Bierner
bba6c56123
Fix dropping image from webpage into markdown files
2022-04-06 14:27:41 -07:00
Matt Bierner
27759c6e03
Use limiter instead of custom batcher
2022-04-06 14:16:06 -07:00
Benjamin Pasero
8e8b3026fc
tests - reduce spam and work
2022-04-06 19:34:41 +02:00
Ladislau Szomoru
0b270f9e22
Fix #146909
2022-04-06 14:36:13 +02:00
Matt Bierner
a52e45add2
Don't show busy for JS/TS files not in workspace
...
Fixes #145309
2022-04-05 17:03:12 -07:00
Matt Bierner
62d6f38fc2
Auto create image links when dropping an image file into markdown
2022-04-05 15:42:56 -07:00
Matt Bierner
032ee47056
Add setting to enable/disable markdown drop into editor
...
For #142990
2022-04-05 15:42:56 -07:00
Matt Bierner
b4b7380576
Fix md references not checking authority
...
Simply compare by string for now
2022-04-05 15:31:43 -07:00
Matt Bierner
a56c9f10b7
Enable find all references and rename of auto links and http(s) links in markdown
...
For #146777 , #146277
2022-04-05 15:18:18 -07:00
Matt Bierner
c80acef8a1
Mark cached prop readonly
2022-04-05 15:18:17 -07:00
Matt Bierner
55627db338
Move fragment range down into documentLinkProvider
2022-04-05 14:22:57 -07:00
Matt Bierner
9b141e1959
Use clearer logic
2022-04-05 14:22:57 -07:00
Logan Ramos
9d0c4574f2
Fix compile
2022-04-05 15:28:05 -04:00
Logan Ramos
29e28ccf01
Update window tests
2022-04-05 15:25:57 -04:00