Commit Graph

13510 Commits

Author SHA1 Message Date
Matt Bierner
3ca5284e44 Clean up markdown preview messaging (#176458)
- Add properties directly to message
- Add `ImageInfo` type
- Don't use state to pass around imageInfo
2023-03-07 17:28:13 -08:00
Matt Bierner
6a44101bb1 Type markdown preview webview message (#176444)
Simply types messages. Will clean up types in next pass
2023-03-07 14:23:17 -08:00
Joyce Er
9c7113f6ae Observe lineNumber if there is no active selection or if the active selection does not contain the specified line number (#176432)
* Observe `lineNumber` if there is no active selection or if the active selection does not contain the specified line number

* Explicit undefined check

* Extract condition into function
2023-03-07 23:23:04 +01:00
Matt Bierner
83c4e0f5c4 Reset markdown scroll progress on resource change (#176437)
Reset scroll progress on resource change

Fixes #164071
2023-03-07 23:12:46 +01:00
Matt Bierner
41e0b50a6d Pick up latest markdown language service (#176425) 2023-03-07 20:38:37 +01:00
Matt Bierner
ed04b28c4d Markdown custom eslint rules should not automatically apply to server (#166068) 2023-03-07 11:13:13 -08:00
Matt Bierner
23600ac11e Pick up TS 5.0rc (#176334)
https://github.com/microsoft/vscode/issues/176332
2023-03-07 06:42:49 +01:00
Matt Bierner
d0ad7c09bb Fix details blocks being auto closed on markdown preview changes (#176330)
Fixes #175353
2023-03-07 02:36:38 +01:00
Matt Bierner
ed43d97e47 Always use TS's sort text in TS 5+ (#176322)
* Always use TS's sort text in TS 5+

Fixes #174628

* Add missing file
2023-03-06 17:12:44 -08:00
Aaron Munger
a2eda2261a Merge pull request #176309 from microsoft/aamunger/scrollErrors
make error outputs scrollable with output scroll setting
2023-03-06 14:53:17 -08:00
aamunger
770db8e512 make error outputs scrollable with output scroll setting 2023-03-06 14:28:15 -08:00
Martin Aeschlimann
22c88ab04e [json] update service (#176306)
[json] update service (for #176296)
2023-03-06 14:07:10 -08:00
Matt Bierner
797291f90f Fixing some project wide intellisense issues in safari (#176294)
For #175229

- Safari can't transfer `Proxy` objects
- Safari's nested worker polyfill wasn't forwarding along the `ports` field on message events
2023-03-06 12:52:34 -08:00
Joyce Er
93ac6e0c80 Don't show vscode.dev links on Codespaces (#176287) 2023-03-06 20:38:54 +01:00
Matt Bierner
6aada102db Add localization comment (#176272)
Add localization message

Fixes #176140
2023-03-06 09:40:56 -08:00
Alex Ross
71f59872f3 Update shellscript grammar (#176241) 2023-03-06 17:29:54 +01:00
Joyce Er
5271145f3f Only show Copy vscode.dev link when line numbers are enabled (#176153)
* Only show `Copy vscode.dev link` when line numbers are enabled

* Fix line endings
2023-03-04 18:58:31 -08:00
Joyce Er
2b44aa50fd vscode.dev links in share and editor gutter menus (#176104) 2023-03-04 06:50:57 +01:00
Johannes Rieken
46c00f4c38 Merge pull request #176038 from gjsjohnmurray/fix-172619
Improve view title of references-view (fixes #172619)
2023-03-03 17:51:31 +01:00
Henning Dieterichs
ff757ef8f4 Fixes #175797 (#175899) 2023-03-03 13:08:21 +01:00
gjsjohnmurray
2c21d886ce Improve view title of references-view (fixes #172619) 2023-03-03 11:59:39 +00:00
aamunger
869f18c010 fail with more info 2023-03-01 15:31:54 -08:00
Aaron Munger
fae46b88cf Merge pull request #175704 from amunger/differentiateTest
unique test names
2023-02-28 22:02:32 -08:00
Matt Bierner
1270982c75 Make add missing new auto fixable (#175720)
Fixes #175719
2023-03-01 06:50:11 +01:00
Don Jayamanne
bd77e72bbc Ensure svg+xml output is split into lines (#175724) 2023-03-01 06:48:50 +01:00
aamunger
f2550cb362 unique test names 2023-02-28 14:54:54 -08:00
aamunger
2d169f44a3 small diagnostics update 2023-02-28 14:50:03 -08:00
Matt Bierner
28d9a83f12 Fix TS Server logging on windows (#175600)
Fixes #175172

We need to pass TS the windows style path here
2023-02-28 14:36:27 -07:00
Peng Lyu
2552748fc6 Re #174908. Allow renderers to respond to settings change. (#175606) 2023-02-28 08:37:18 -08:00
Ulugbek Abdullaev
612b6d7f11 extension linter: lint readme: don't return on closed doc 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
da34f7d462 extension linter: remove unused import 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
500f3f30ec extension linter: context keys: improve error message 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
5a8b485d82 extension linter: context keys: move the internal command to access parser to extension host code 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
7e9f63f4ae extension linter: add linting for when-clauses (context keys) - "when" and "enablement" fields in extension manifest files - package.json
(no linting for keybindings.json yet)
2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
4c4639b888 extension linter: run parser with no regex error recovery 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
2add9e8ceb extension linter: make sure we don't fail on array access 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
efffb789ff extension linter: add linting for when and enablement clauses in package.json's 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev
e4fe3740b9 extension linter: add a warning todo 2023-02-28 14:00:30 +01:00
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