Commit graph

11852 commits

Author SHA1 Message Date
Johannes Rieken 17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037 2022-02-08 18:50:46 +01:00
Johannes Rieken 765d2ef252
add doc for padding-left/right, add doc for inlay hint kind but also remove InlayHintKind#other, https://github.com/microsoft/vscode/issues/16221 2022-02-08 18:37:43 +01:00
Joyce Er da29a245ff
Enable merge-conflict extension in virtual workspaces (fixes #142447) 2022-02-08 09:28:04 +01:00
rebornix c70522765b
re #142429. error output w/ dup ansi handling 2022-02-07 16:07:04 -08:00
rebornix 88e5c12d3d
re #142429. javascript renderer 2022-02-07 14:06:35 -08:00
rebornix ac308c3e03
re #142429. html/svg renderer 2022-02-07 13:58:30 -08:00
rebornix f2b7964599
re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Kazuyuki Sato a83046f9e6
Decode header suggestions in Markdown path IntelliSense, https://github.com/microsoft/vscode/issues/142330 (#142392) 2022-02-07 09:19:24 -08:00
Tyler Leonhardt e485dc292f
improve logic around auth server 2022-02-06 14:56:22 -08:00
Johannes Rieken 627d46551d
support double click gesture on inlay hints, API polish, https://github.com/microsoft/vscode/issues/16221 2022-02-05 14:25:37 +01:00
Ladislau Szomoru cf040aa0db
Related to #140731 2022-02-04 21:04:59 +01:00
Jackson Kearl 99f3c2c7e7
Fix #140280 2022-02-04 11:56:21 -08:00
Rob Lourens 803c9fc3e0 re-skip notebook integration tests for web 2022-02-04 11:36:34 -08:00
Alex Dima 0bf3071972
Fix hygiene 2022-02-04 15:49:50 +01:00
Ladislau Szomoru e4cce8c6e8
Add setting for git commands to be logged in the git output 2022-02-04 15:36:25 +01:00
ChaseKnowlden e3a0fceb00
Update Lua Grammar (#142107) 2022-02-04 13:33:10 +01:00
Matt Bierner df09257f2e
Make sure we pass along windows style paths to pluginProbeLocations 2022-02-03 17:10:43 -08:00
Matt Bierner f343e8ef51
Allow bare math blocks with nested begin/ends
Fixes #141905
2022-02-03 16:03:20 -08:00
Tyler Leonhardt eb295e4195
enable migration parts 2022-02-03 14:50:48 -08:00
Matt Bierner 1981fd8ece
Fix markdown previews not having an icon 2022-02-03 12:01:10 -08:00
Matt Bierner 2b92835853
Move js/ts language configs to json file
Fixes #125748
2022-02-03 11:38:09 -08:00
Raymond Zhao 9b75370b4a
Modify click-here link on type init fail msg
Ref #140059
2022-02-03 10:52:52 -08:00
Matt Bierner 571a3c3a55
Don't try tacking on a tsconfig.json if the file already has a json ext 2022-02-03 09:59:10 -08:00
Matt Bierner 92616196f8
💄 2022-02-03 09:59:10 -08:00
Matt Bierner 94a3d96861
Fix missing semicolons 2022-02-03 09:59:10 -08:00
Matt Bierner 820c2b3a12
Update yarn lock 2022-02-03 09:37:29 -08:00
Vitaly c134702cc4
Resolve correct link path for tsconfig.extends (#141062)
* fix(ts-features-extension): resolve correct path for `extends` of tsconfig
fixes #131643

* always provide link. add command to resolve the link path on click

* cleanup
just make the code cleaner

* revert `yarn.lock` changes

* pretending eslint

* use `vscode.open`

* don't add `.json` to path if it's already here
this change better conforms the TS resolving algorithm (see the reference)

* style: move `resolveNodeModulesPath` to top level

* don't show falsy errors on absolute paths

* improve resolveNodeModulesPath impl
- fixed a bug with infinite loop
- check for module existence once per level
2022-02-03 09:37:00 -08:00
Matt Bierner 69896100ed
Add MarkdownString.baseUri proposal (#142055)
For #142051
2022-02-03 08:51:49 -08:00
Matt Bierner 7987c49a08
Use latex as language mode inside markdown math blocks
Fixes #142022

We added simple latex language support recently, so use this instead of our old `markdown-math` language
2022-02-03 08:49:41 -08:00
Andrew Jones 9dc211a499
fix indentation (#141997)
* fix indentation

* add tests

* make regex valid
2022-02-02 19:51:57 -08:00
Alex Ross b170ef3444
Fix no-async-promise-executor in task tests
Fixes #141993
2022-02-02 16:27:26 +01:00
Johannes Rieken 4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Alex Dima cab9713422
Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
Johannes Rieken de1ae9e2cc
update todo-tag for https://github.com/microsoft/vscode/issues/141993 2022-02-02 12:39:06 +01:00
Johannes Rieken 7ccb868835
make sure to use .eslintignore when running yarn eslint, this will ensure that cli failure and editor squiggles are always equal 2022-02-02 12:37:29 +01:00
Rob Lourens bb79477f2e Enable ipynb serializer tests in web integration tests
and reenable NotebookSerializer test in non-web
2022-02-01 18:22:57 -08:00
Tyler Leonhardt f498b374c0
large refactor including new secret storage wrapper and overall code clean up and organization 2022-02-01 18:14:31 -08:00
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