Commit graph

109585 commits

Author SHA1 Message Date
Matt Bierner 671ab0ff7c
Pick up latest markdown language server (#184215) 2023-06-02 23:13:26 +02:00
Connor Peet eb44b5ef6c
build: don't apply cli 'patches' for merge check (#184210)
* build: don't apply cli 'patches' for merge check

This also needed modules installed. But with the new toml patches, the 'merge' will never fail outright, so there's no need to do a separate merge check for it imo

* reduce duplication in pipelines, cache node_modules
2023-06-02 22:29:48 +02:00
Andrea Mah fde89caaad
clicking on two raw notebook output search results in sequence throws error (#184209)
Fixes #184187
2023-06-02 22:22:20 +02:00
Connor Peet be433ac136
build: install packages for distro mixin (#184207) 2023-06-02 21:44:18 +02:00
Rob Lourens a82af228e6
Change "Vote" terminology in chat (#184204) 2023-06-02 21:09:58 +02:00
Connor Peet 42015fe01c
build: support structured toml patches to reduce build breakage (#184201)
Currently the Cargo.toml patches are git patches, but these can break
easily when surrounding lines are changed. Instead this lets us make
"Cargo.patch.toml" which gets a structured merge.
2023-06-02 12:09:16 -07:00
Joyce Er 5504c4b854
Allow share providers to return text (#184203) 2023-06-02 20:59:14 +02:00
Benjamin Pasero fa84a900fa
code --status displays a lot of errors before actual status output (#183787) (#184199)
fix 183787
2023-06-02 20:40:41 +02:00
Bhavya U 9c9dd5be27
Handle galleryExtension failure in featuredExtensionService (#184198)
Handle galleryExtension failure
2023-06-02 20:36:14 +02:00
Connor Peet baff8546bd
chore: bump distro for build fix (#184197) 2023-06-02 20:32:37 +02:00
Joyce Er 0876c19e0a
Support language selector and passing selection to share providers (#184196)
* Allow selecting share provider by language

* Pass selections to extension providers
2023-06-02 20:19:32 +02:00
Connor Peet ccc5e48e92
fix: breakpoints in extension subdirs on windows not working (#184195)
It did not normalize to forward slashes, so the empty sourcemap was
created with a source called `foo\\bar.js`. Then the build process was
adding a new source `foo/bar.js` since it didn't see it already in the
sourcemap, but `foo\\bar.js` was later normalized. This normalized
version came first in the mapping, but didn't have any mapped locations,
so breakpoints never got set.
2023-06-02 20:15:04 +02:00
Peng Lyu 9b12d4ada6
Fix #184183. Multiple output height updates are skipped. (#184185) 2023-06-02 10:51:05 -07:00
Aaron Munger 65600c155b
Merge pull request #183473 from microsoft/aamunger/scratchpadHotExit
backup scratchpads on window close for hotexit=onexit
2023-06-02 10:47:19 -07:00
Connor Peet 75c2f321b2
cli: update dependencies (#184189)
Up all the dependencies! Notably:

- russh to the latest main now that tunnel changes are merged
- secret-service-rs to 3.x and dropping our custom fork
- which also fixes SDL pings

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4328
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4077
2023-06-02 10:27:47 -07:00
Rob Lourens 0cf685c1da
Remove unneeded check for disposed terminal (#184190)
Since #180018 is fixed
2023-06-02 19:25:35 +02:00
Aaron Munger 6cea9da535
Merge branch 'main' into aamunger/scratchpadHotExit 2023-06-02 10:22:54 -07:00
Joyce Er 8bac540235
Include (1) when incrementing accounts activity badge number (#184182) 2023-06-02 18:12:46 +02:00
Henning Dieterichs 1899f626fd
Merge pull request #184169 from microsoft/hediet/diff-editor-v2-monaco-editor
Make new diff editor available in monaco (with experimental.useVersion2: true)
2023-06-02 18:01:49 +02:00
Johannes Rieken d1fa444b08
Merge pull request #184177 from microsoft/joh/weekly-salmon
add IEnv service to standalone services
2023-06-02 17:44:18 +02:00
Johannes e8906f0bd2
add IEnv service to standalone services 2023-06-02 17:23:12 +02:00
Johannes Rieken 3e232a82df
only activate snippet choice completion provider when at a choice element (#184174)
fixes https://github.com/microsoft/vscode/issues/180069
2023-06-02 17:21:43 +02:00
Johannes Rieken 3062c19c90
fix https://github.com/microsoft/vscode/issues/174592 (#184170) 2023-06-02 17:13:24 +02:00
Henning Dieterichs bbb579918b
Make new diff editor available in monaco (with experimental.useVersion2: true) 2023-06-02 16:35:45 +02:00
Henning Dieterichs 6d45c3610a
Merge pull request #184165 from microsoft/hediet/b/line-range-bug-fix
Fixes line range mapping construction bug.
2023-06-02 16:13:43 +02:00
Martin Aeschlimann 80deac05cf
Normalize folder/file URI paths with slash (#184163) 2023-06-02 15:58:49 +02:00
Henning Dieterichs ec278082f8
Fixes line range mapping construction bug. 2023-06-02 15:54:26 +02:00
Aiday Marlen Kyzy dbeea39df4
Merge pull request #184061 from microsoft/aiday/issue180711
Not showing sticky widget on the left editor of inline diff
2023-06-02 15:40:49 +02:00
Johannes Rieken 67bccd3711
disable dynamic debounce values when running out of source or when developing an extension (#184159)
re https://github.com/microsoft/vscode/issues/144541
2023-06-02 15:26:47 +02:00
Benjamin Pasero 7ea5b91962
tabs - improve workbench.editor.tabSizingFixedMaxWidth settings description (#184158) 2023-06-02 15:12:36 +02:00
Johannes Rieken ff47293767
log warning when having ignored invalid completion items (#184156)
fixes https://github.com/microsoft/vscode/issues/181464
2023-06-02 15:10:25 +02:00
Alex Ross 29c9daaee2
Fix unchecking of parent checkboxes (#184154)
* Fix unchecking of parent checkboxes
Fixes #183916

* One more checkbox check
2023-06-02 15:05:28 +02:00
Alex Ross 0be89e9a3b
Checked tree: Inconsistent hover styles (#184152)
Fixes #183918
2023-06-02 14:02:30 +02:00
Alex Ross 53dcdf3ee8
Update grammars (#184151)
* Update grammars

* Update grammar tests
2023-06-02 13:54:16 +02:00
Alexandru Dima 8092bb26d4
Merge pull request #184148 from microsoft/alexd/disciplinary-macaw
Fix usage of types coming outside of TS base lib & allow embedders to intercept TT calls also in the worker
2023-06-02 13:52:48 +02:00
Aiday Marlen Kyzy a1bcb27ea3
Merge pull request #184079 from microsoft/aiday/issue#182697And#179575
Adding settings to control color decorator behavior
2023-06-02 12:52:34 +02:00
Alex Dima c75969885c
Also allow embedders to intercept TT calls in the worker 2023-06-02 12:41:01 +02:00
Alex Dima 1331522372
Avoid using types defined in @types/trusted-types 2023-06-02 12:32:46 +02:00
Aiday Marlen Kyzy 6263d2ed2c
changing 'click and hover' to 'clickAndHover' 2023-06-02 11:44:41 +02:00
Alex Ross d823366750
Update checkbox property name and add doc examples (#183920)
Fixes #183829
2023-06-02 11:28:36 +02:00
Aiday Marlen Kyzy d3678a636f
simplification of the condition to hide the widget 2023-06-02 11:19:29 +02:00
Johannes Rieken 9669487b80
fix https://github.com//microsoft/vscode/issues/184132 (#184139) 2023-06-02 10:56:19 +02:00
Aiday Marlen Kyzy cab30c44fc
adding the third state 'click and hover' 2023-06-02 10:44:10 +02:00
Robo 210d27adcf
fix: reading from console output for --status on windows and linux (#184123)
fix: reading from console output for --status on windows and linux (#184118)
2023-06-02 17:36:03 +09:00
Aiday Marlen Kyzy 743911e92b
Merge pull request #184043 from microsoft/aiday/issue180802
Setting the padding to zero on insert button of standalone color picker
2023-06-02 09:50:20 +02:00
Benjamin Pasero 9170aa877c
Extension host veto is registered multiple times on restart (#183778) (#184126) 2023-06-02 09:44:18 +02:00
Robo 23850e2363
fix: reading from console output for --status on windows and linux (#184118) 2023-06-02 15:01:16 +09:00
Robo 0c1e34fa4e
chore: update electron@22.5.5 (#184115) 2023-06-01 21:38:57 -07:00
Matt Bierner a9fe660ce6
Enable dropping image/* data into markdown to insert images (#184112)
Enable dropping image/* data into editor

This enable drop to create images on web
2023-06-01 21:37:48 -07:00
Matt Bierner 0e0b629ef5
Respect copy files correctly when in .dot files (#184109)
Fixes #183998
2023-06-01 21:33:48 -07:00