Commit graph

13527 commits

Author SHA1 Message Date
Matt Bierner 7800bd3492
Clamp line to > 0 (#176970)
Fixes #176924
2023-03-13 16:37:19 +01:00
Joyce Er fc76f309cc
Remove textPreformat-foreground override in experimental dark theme (#176679) 2023-03-09 12:07:39 -08:00
Matt Bierner 1f3da727a9
Bump TS web version (#176577) 2023-03-09 07:32:42 -08:00
aamunger ec47753952
dispose of scroll event listener 2023-03-08 15:43:05 -08:00
aamunger 605bde227c
cleaner element selection, add css shadow 2023-03-08 14:44:15 -08:00
Aaron Munger a8fe333062
Merge branch 'main' into aamunger/outputScrolling 2023-03-08 14:03:44 -08:00
Matt Bierner 924ee8b4d8
Don't scroll sync to elements inside collapsed details sections (#176541)
Fixes #176538

Turns out that `getClientBoundingRect` returns weird bounds for elements inside of a collapsed details section
2023-03-08 21:06:26 +01:00
Joyce Er 9b12df8aaa
Always show Copy vscode.dev link in notebook gutter (#176553) 2023-03-08 20:46:19 +01:00
aamunger 01abe31271
more precise scroll top extraction 2023-03-08 11:25:18 -08:00
Aaron Munger 4b154b8696
Merge branch 'main' into aamunger/outputScrolling 2023-03-08 11:04:47 -08:00
Alex Ross 8ca37ee70f
Update shellscript grammar (#176491) 2023-03-08 11:18:43 +01:00
Matt Bierner da15b03a10
Add setting to control markdown LS log level (#176472) 2023-03-08 08:00:34 +01:00
Matt Bierner b2ea6aa9fc
Inline codicons font for simple browser (#176462)
Should fix #139674 but need to confirm on deployed codespaces
2023-03-07 19:46:53 -08:00
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
Aaron Munger 62790d8aec
Merge branch 'main' into aamunger/outputScrolling 2023-03-07 16:11:42 -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
Aaron Munger b6688ffa3b
Merge branch 'main' into aamunger/outputScrolling 2023-03-07 12:20:52 -08: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
aamunger a0dee86464
don't look for scroll height if scrolling is disabled 2023-03-07 11:01:28 -08:00
aamunger 4b6837ca34
scroll to the bottom of scrollable outputs 2023-03-07 10:53:23 -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