Commit Graph

13472 Commits

Author SHA1 Message Date
Ulugbek Abdullaev
da6b280570 extension linter: refactor: rewrite package.json linting with a for-loop 2023-02-28 14:00:30 +01:00
Joyce Er
5148e0bde9 Use Buffer.toString in node-only context (#175592) 2023-02-27 23:31:16 +01:00
Matt Bierner
ce24cb7dac Fix suggest action toggling (#175567)
Fixes #175113
2023-02-27 20:10:00 +01:00
Matt Bierner
7570fadcce Split uri-lists on \r\n for markdown drop (#175552)
Fixes #175547
2023-02-27 17:55:04 +01:00
Matt Bierner
1542e5f26b Pick up latest TS nightly for insiders (#175400) 2023-02-24 19:07:59 -06:00
David Dossett
42062cb3ea Fix find highlight background in Light+ V2 (#175372) 2023-02-24 19:40:00 +01:00
Tyler James Leonhardt
99e4904905 Add annotation to a telemetry point (#175370)
* Add annotation to a telemetry point

* forgot ,
2023-02-24 19:13:55 +01:00
Aiday Marlen Kyzy
b9d1118393 increasing the package version of vscode-json-langaugeservice to 5.3.1 2023-02-24 18:12:08 +01:00
João Moreno
8635a5effd avoid using XDG_RUNTIME_DIR on darwin (#175241)
fixes #168321
2023-02-24 17:33:25 +01:00
Alex Ross
cf4acb8050 Update grammars (#175350) 2023-02-24 17:22:41 +01:00
Henning Dieterichs
18b96f483c Fixes #173997 (#175349) 2023-02-24 17:18:37 +01:00
Martin Aeschlimann
07d120e10a schema URI not resolving in workspace file (#175320)
schema URI  not resolve in workspace file
2023-02-24 12:33:59 +01:00
Joyce Er
720985f2c6 Followup to #175151 (#175291) 2023-02-23 15:29:30 -08:00
Martin Aeschlimann
8dcf90c7d0 Non-standard capitalization of JSON commands (#175251) 2023-02-23 16:52:44 +01:00
Matt Bierner
4d247bae44 Don't allow one click reporting of TS Server crashes against VS Code repo when TS server plugins are enabled (#175186)
Don't allow one click reporting of TS Server crashes when TS server plugins are enabled

Fixes #175184
2023-02-22 23:26:18 +00:00
Martin Aeschlimann
400fde0524 relative schema path not resolved properly (#175185) 2023-02-23 00:01:20 +01:00
Joyce Er
aa9dd05143 Category title for Continue in vscode.dev (#175151) 2023-02-22 10:31:31 -08:00
Matt Bierner
b980b86066 Pick up latest markdown language service (#174881)
For #174005
2023-02-22 15:14:23 +01:00
Joyce Er
d7fec23a8a Use fs.readFile instead of openTextDocument (#175077) 2023-02-22 07:35:34 +01:00
David Dossett
4965a140e9 Update active activity bar item foreground in v2 themes (#174980) 2023-02-21 20:25:22 +01:00
David Dossett
d47bacfb75 Fix input border contrast in v2 themes (#172951)
* Fix v2 light theme input contrast

* Fix dark v2 theme border contrast
2023-02-21 11:15:45 -08:00
David Dossett
e123385d1d Fix active tab foreground in dark+ v2 (#174991) 2023-02-21 20:10:51 +01:00
Matt Bierner
784bbdab8f Allowing configuring if markdown inserts a .md when completing paths to markdown files (#174882)
Fixes #174005
2023-02-21 08:07:31 +01:00
Martin Aeschlimann
05abefc4cd [css/json/html] update services and server (#174867) 2023-02-21 07:27:06 +01:00
Masaki Mori
1a79e7eb63 Fix #173735 (#174149)
* Fix #173735

* Fix #173735
2023-02-20 16:50:48 +00:00
Ely Ronnen
59f6d52062 fix #174711 Show Source command in Markdown custom editor (#174712)
fix #174711
2023-02-20 16:01:36 +00:00
Aiday Marlen Kyzy
eee87af252 Adding the server and client code to the JSON language features extensions to enable JSONC sorting in VS Code (#174352)
* temporarily changing the funcion onFromat to be able to trigger the sorting on real examples

* adding the DocumentSortingRequest

* accesssing directly the text edits from the request

* added code in order to provide the link between the json sorting capabiliites and vscode

* adapting to the new api output of the sort function

* instead of using await use then inside of the command that registers

* textEditor replaces window.activeTextEditor

* adding changes from review

* update service

* use SortOptions

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-02-17 19:49:05 +01:00
Tyler James Leonhardt
71f619cbda Ensure the original scopes requested are the scopes in the Session returned (#174645)
Fixes #174631
Fixes #167791
2023-02-17 03:34:39 +01:00
aamunger
a1665b75bf put open new editor link outside of scrollable div 2023-02-16 15:56:32 -08:00
Peng Lyu
6b45fd4bff Polish default line wrap in text/error output (#174615) 2023-02-16 20:36:12 +01:00
Alex Ross
6da385b3a3 Multi quick diff polish (#174584)
Part of https://github.com/microsoft/vscode/issues/169012
2023-02-16 16:15:10 +01:00
Peng Lyu
9570a06456 Fix #174393. Clear error container. (#174494) 2023-02-15 20:55:31 +01:00
Bassim EL BAKKALI EL GAZUANI
68a7a39382 Set Opacity to MatchHighlight in QuietLight (#174296)
As stated in the docs for "editor.findMatchHighlightBackground":
"The color must not be opaque so as not to hide underlying decorations."

I've simply added a 0.6 opacity to the color so that it doesn't obscure the selection background.
2023-02-15 15:51:43 +01:00
Peng Lyu
9d8b738122 Fix microsoft/vscode-jupyter#12842. Add output text word wrap setting. (#174384) 2023-02-14 19:43:27 +01:00
Benjamin Pasero
6a1eb923ca Integration test failure - vscode API - commands (fix #174319) (#174320) 2023-02-14 10:24:46 +01:00
Henning Dieterichs
d6259480f5 Fixes #173997 (#174067) 2023-02-10 15:29:40 +01:00
Tobias Hernstig
c612c5d163 Add shellscript filenamePatterns for .env.* (#173426)
* Add shellscript `filenamePatterns` for `.env*`

In some cases, projects use `.env` files such as `.env.development`
or `.env.production` or similar things.

Adding this to extensions/shellscript/package.json as a
`filenamePatterns` avoids developers having to add specific
`"files.associations"` to their VS Code settings files.

Fixes #173425

* Change pattern from .env* to .env.*
2023-02-10 14:22:32 +00:00
Matt Bierner
34c620efbe Hook up new markdown workspace header suggestion setting (#174004)
Fixes #172977

Also fixes the settingsTree matching settings ids too eagerly
2023-02-10 09:09:00 +01:00
Megan Rogge
2b457a3ae9 terminal.quickFixes -> terminalQuickFixes (#173860) 2023-02-09 11:38:55 -06:00
Ely Ronnen
5b79b91838 Fix #173869 marking active line for code elements too in markdown pre… (#173870)
Fix #173869 marking active line for code elements too in markdown preview
2023-02-08 20:25:54 +00:00
David Dossett
a987fee52e Use solid foreground colors in v2 themes (#173844) 2023-02-08 11:46:07 -08:00
Matt Bierner
5170e1a42b Use native path for trace directory (#173856)
Fixes #173854

On windows, we need to pass in the `c:\` style path. The normal `/` path causes TS Server to crash
2023-02-08 10:41:10 -08:00
Matt Bierner
39187de5d9 Also recognize .oga as an audio extension (#173711)
From #173680
2023-02-08 10:24:47 -08:00
David Dossett
d30d44aea2 Fix textPreformat.foreground in v2 themes (#173848) 2023-02-08 10:06:07 -08:00
Martin Aeschlimann
911f119120 generalize limit indicator and use for color decorators (#173730)
* generalize limit indicator and use for color decorators

* remove updateDebounceInfo max
2023-02-08 07:43:29 +01:00
Matt Bierner
095a2f8ae8 Log correct tsserver path (#173708)
Fixes #173707

We previously converted the TS Server log from a simple string to an object. However there were a few cases where this object was incorrectly being converted into a UI string, resulting in `[Object object]`
2023-02-07 09:18:15 -08:00
David Dossett
6a42d4e43b Fix active list icon foreground in light+ v2 theme (#172668) 2023-02-07 09:12:47 -08:00
Johan Walles
f8c3f89468 Unfreeze Git Commit Message grammar II (#173195)
* Unfreeze Git Commit Message grammar II

Before this change, the upstream for the VSCode Git grammar was dead.
Also, the test setup for that project has been EOL since 2014, so even
just running the tests was difficult.

The replacement grammar, unlike the current grammar:
* Has a vscode-tmgrammar-test test suite that is runnable and passing
  and that will run in CI for any PRs (in the upstream project)
* Has diff highlighting for Swedish as well as English (#133888)
* Highlights touched files both in Swedish and in English

Fixes #133888
Fixes #168847

Ref: <https://github.com/walles/git-commit-message-plus>

And for the record, I was the one setting up the new Git Commit Message
project. And it was fun!

* Remedy review feedback

Retain the line-too-long subject line highlighting. Improved to
highlight only the too-long part, but same idea still.

Special case English language file operations keywords and retain the
previous classification of those. But fallback to op-and-filename
classification when that fails (like it will for Swedish git for
example).

* Update colorize test result

* Update script and cgmanifest

---------

Co-authored-by: Alex Ross <alros@microsoft.com>
2023-02-07 13:40:16 +01:00
Matt Bierner
25514d899f Use pervious crashed TS Server version to check if user was on old TS version (#173620)
Use pervious crashed version to check if user was on old TS version

Fixes #133818
2023-02-06 15:05:19 -08:00
Matt Bierner
d948f68bd1 Skip watching lib files on web (#173601)
These files can never change on web so there is no point in creating a watcher for them
2023-02-06 14:01:53 -07:00