Matt Bierner
90b50dc7e2
Use ?. in a few more places
2022-02-01 13:59:12 -08:00
Matt Bierner
ab2fccd147
Add simple origin check
2022-02-01 12:49:49 -08:00
Megan Rogge
265cca240a
tweak bold regexp ( #141968 )
2022-02-01 14:10:02 -06:00
Johannes Rieken
7d1f0fda8b
tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944
2022-02-01 18:35:12 +01:00
Caio Agiani
09c2e177ea
Fix typos ( #141959 )
...
* src: fix typo formated -> formatted
* src: fix typo recieve -> receive
* src: fix typo successfuly -> successfully
* src: fix typo neccessary -> necessary
* extensions: fix typo existance -> existence
* src: fix typo appearence -> appearance
* src: fix typo choosen -> chosen
* src: fix typo unkown -> unknown
* src: fix typo whenever -> whenever
* src: fix typo proccess -> process
* src: fix typo occured -> occurred
* src: fix typo occuring -> occurring
* src: fix typo defintion -> definition
2022-02-01 09:16:37 -08:00
Martin Aeschlimann
d971263085
remove the last typescript-vscode-sh-plugin references
2022-02-01 17:38:36 +01:00
Johannes Rieken
b2eebdccad
test that vscode.open supports string in addition to URI
2022-02-01 15:52:15 +01:00
Matt Bierner
ce119308e8
Allow using language override for more js/ts settings
...
Fixes #141912
2022-01-31 18:03:51 -08:00
Matt Bierner
c2af7753f6
Mark some JS/TS prefs as language-overridable
...
Fixes #139864
2022-01-31 17:48:45 -08:00
Matt Bierner
1ab6e6fd06
Pass in doc instead of doc uri
2022-01-31 17:41:03 -08:00
Matt Bierner
c33f53e1f2
Pass language desc around instead of modeid
2022-01-31 17:21:55 -08:00
Matt Bierner
2a1274e4a9
Pass around language desc object instead of ids
2022-01-31 17:21:55 -08:00
Matt Bierner
babda1e42e
Align name of languageIds with vscode api
2022-01-31 17:21:55 -08:00
Matt Bierner
42914f99ab
Scope JS/TS inlay hints settings per-resource
...
Fixes #140414
2022-01-31 17:21:54 -08:00
haykam821
17900ce21b
Prevent the image preview transparency background from being affected by scaling ( #141667 )
...
Fixes #141292
2022-01-31 16:56:42 -08:00
Alex Ross
a1a4c0a63b
Update grammars
2022-01-31 16:52:03 +01:00
Matt Bierner
fdd5c8471a
Avoid lookbehind in regexp
...
Fixes #141689
2022-01-27 17:54:50 -08:00
Matt Bierner
4bdfc9ad01
type -> interface
2022-01-27 17:54:50 -08:00
Matt Bierner
ae08924bfa
readonly
2022-01-27 17:54:50 -08:00
Tyler Leonhardt
c68d433ac8
copy & continue. Fixes microsoft/vscode-internalbacklog#2613
2022-01-27 16:55:27 -08:00
Christof Marti
7cfeb2ca8b
Update description ( microsoft/vscode-remote-release#6184 )
2022-01-27 17:52:05 +01:00
Daniel Imms
5c6672cd77
Remove terminalLocation from api proposal list
...
Fixes #141645
2022-01-27 06:52:20 -08:00
Rob Lourens
b297fc96b4
Remove stale comment
...
#140878 is fixed
2022-01-26 21:14:14 -08:00
Ladislau Szomoru
c32b9a6114
Add setting to control repository scan
2022-01-26 20:07:25 +01:00
dependabot[bot]
dbf955b07a
Bump node-fetch in /extensions/microsoft-authentication ( #141536 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 10:16:24 -08:00
dependabot[bot]
e137d37e79
Bump node-fetch from 2.6.1 to 2.6.7 in /extensions/github-authentication ( #141537 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 10:16:05 -08:00
dependabot[bot]
d0cf5a848a
Bump node-fetch from 2.6.1 to 2.6.7 in /extensions/github ( #141538 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 07:52:39 -08:00
Matt Bierner
967370319a
Remove export
2022-01-25 12:55:37 -08:00
Waqas Ali
a514979b02
Prevent link highlight in markdown code blocks and spans ( #140816 )
...
* Prevent link highlight in markdown codeblocks (#139770 )
* Handle inline codespan variants for markdown link provider (#139770 )
* Refactor codespan detection in markdown link provider (#139770 )
2022-01-25 12:38:50 -08:00
Martin Aeschlimann
c89f3476ec
$ref '' in ' http://json-schema.org/draft-07/schema ' can not be resolved. Fixes #141445
2022-01-25 18:08:19 +01:00
Tyler Leonhardt
9403de257a
proposed api for an idToken on AuthenticationSession. ref #140929
2022-01-24 20:02:31 -08:00
Matt Bierner
b44c6b3e0f
Treat / as relative to current folder for loose md files
2022-01-24 15:01:52 -08:00
Martin Aeschlimann
d0eaa89a0f
[html/css/json] update services
2022-01-24 23:00:36 +01:00
Harald Kirschner
a9e136f1f4
New git welcome missing guide ( #140293 )
...
New git welcome missing guide & shortening based on feedback
2022-01-24 09:36:55 -08:00
Martin Aeschlimann
f1cdd2bcf4
Merge pull request #141264 from gjsjohnmurray/fix-141257
...
Support `--#region` and `--#endregion` in SQL (#141257 )
2022-01-24 13:35:01 +01:00
Ladislau Szomoru
a10dccc76a
Replace path.relative with a helper function that factors in case sensitivity but preserve the casing of the resource path
2022-01-24 12:58:24 +01:00
Martin Aeschlimann
683d2f19f1
reenable 'vscode API - languages - link detector' Fixes #140878
2022-01-24 11:43:22 +01:00
gjsjohnmurray
bcccb1627c
Support --#region and --#endregion in SQL ( #141257 )
2022-01-24 09:16:13 +00:00
Tyler Leonhardt
e15397d2bb
finalize quickpick API
2022-01-21 14:08:20 -08:00
Matt Bierner
86c706cb97
Pick up new minor TS version
2022-01-21 13:55:33 -08:00
Martin Aeschlimann
cc93826815
test resolver: prefer connection-token over connection-token-file
2022-01-21 17:42:35 +01:00
Martin Aeschlimann
ef4549b141
Merge branch 'main' into aeschli/noremoteindicatorweb
2022-01-21 17:19:52 +01:00
Ladislau Szomoru
ab914793d5
SCMActionButton overflow improvements
2022-01-21 16:16:08 +01:00
Martin Aeschlimann
0d8bb5f2ba
Merge branch 'main' into aeschli/noremoteindicatorweb
2022-01-21 14:16:29 +01:00
Ladislau Szomoru
23664355e6
Revert "Replace path.relative with a helper function that factors in case sensitivity"
...
This reverts commit c3bd29b3d0 .
2022-01-21 13:35:08 +01:00
Martin Aeschlimann
f9cac7c28a
adopt --server-data-dir
2022-01-21 12:11:47 +01:00
Christof Marti
5c93230bfb
Update name description (vscode-remote-release#6143)
2022-01-21 09:13:00 +01:00
Logan Ramos
fc7fb5d480
Enable proposed api in vscode api tests
2022-01-20 13:56:57 -05:00
Benjamin Pasero
13461f8c61
Web: change yarn web to run with our server instead of playground ( #139725 )
...
* web - first cut `yarn web` via our server
* properly pipe output
* web - remove traces of web playground
* web - remember last opened workspace for convinience
* use vscode-test-web for server less, clean up web commands
* fix comment
* fix `yarn web`
* rename to code-server
* open system browser
* code-server script: use minimist
* test resolver: use ./scripts/code-server
* integartion tests: fix code-server command name
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2022-01-20 13:48:08 +01:00
Ladislau Szomoru
c3bd29b3d0
Replace path.relative with a helper function that factors in case sensitivity
2022-01-20 11:44:11 +01:00