Commit Graph

101762 Commits

Author SHA1 Message Date
Tyler James Leonhardt
53785ee45d Finalize localization API (#163344) 2022-10-11 12:39:39 -07:00
Sandeep Somavarapu
864b8b2b6c Fix #163005 (#163339) 2022-10-11 12:03:05 -07:00
Matt Bierner
34b0554228 Use map instead of objects for storing contributions and actions (#163342)
This fixes a typing error where `getAction` could return null, but our types weren't catching this
2022-10-11 11:58:12 -07:00
Matt Bierner
f27886d7d4 Document webview view service (#163341) 2022-10-11 11:57:58 -07:00
Rob Lourens
3305ea470a Start optimizing DebugService creation (#162879)
* Debug editor contribs should not force DebugService to be created immediately
Fix #159886

* Do slow registration of debug fs provider later

* Small optimization to context keys in DebugService
2022-10-11 11:54:16 -07:00
Matt Bierner
fad9089781 Normalize resources when checking valid roots (#163327)
Fix MSCR 74267

Fix https://github.com/microsoft/vscode-internalbacklog/issues/3140

Remove extra indexOf check

This could cause failures for files such as `img..png`
2022-10-11 11:00:31 -07:00
Joyce Er
7666d7acd4 Avoid * activating ipynb extension (#163325) 2022-10-11 10:53:07 -07:00
Peng Lyu
f1b301bb77 Merge pull request #163052 from r3m0t/notebook-tab-move-fix-134158
Fix 'join all editor groups' for notebooks Fixes #134158
2022-10-11 10:45:45 -07:00
Matt Bierner
d2cff714d5 Add allow list of valid notebook command uris (#163322)
This restricts notebooks to run three command uris. These 3 commands should all be safe to run, even with untrusted inputs
2022-10-11 10:42:05 -07:00
Sandeep Somavarapu
eaec601dd6 Merge pull request #162844 from laurentlb/comment_css
Update column names in 'Feature Contributions'
2022-10-11 19:27:20 +02:00
Matt Bierner
01de02ba72 Also make getEditorActions return an iterable instead of an array (#163320)
This lets us avoid an extra `.slice(0)` when returning the actions
2022-10-11 10:22:38 -07:00
Sandeep Somavarapu
dace01386e fix #163317 (#163319) 2022-10-11 10:18:14 -07:00
SteVen Batten
9cc932ee6b update custom menubar to show toggle title info (#163315) 2022-10-11 10:12:08 -07:00
Andrea Mah
661382f5e4 fix memory leak and switch to use disposableStore (#163022)
fix memory leak at switch to use disposableStore
2022-10-11 09:55:41 -07:00
Matt Bierner
90054ae22f Make returned editor contributions an iterable instead of an array (#163309)
This lets us avoid having to call `.slice(0)` for the contributions
2022-10-11 18:35:32 +02:00
Sandeep Somavarapu
3b491952fa - add download api to ext mgmt service
- support verifying signed extension in remote when downloading locally
2022-10-11 18:22:24 +02:00
Andrea Mah
63351a794f Search Focus Cleanup (#162903)
* aligned replace and remove in search focus

* always refocus replace
2022-10-11 09:18:53 -07:00
Johannes Rieken
89f8e8b4de pause/resume suggest widget events when doing splice and select/focus (#163307)
fixes https://github.com/microsoft/vscode/issues/163284
2022-10-11 08:52:57 -07:00
Henning Dieterichs
391a6825bd Fixes #161993 (#163303) 2022-10-11 17:42:03 +02:00
Connor Peet
b42f25b50b address pr comments 2022-10-11 08:30:43 -07:00
Alexandru Dima
4b48c2dac2 Add support for transparency in editorOverviewRuler.background (#163302)
Fixes #159843: Add support for transparency in `editorOverviewRuler.background`
2022-10-11 08:06:54 -07:00
Henning Dieterichs
597d485d3f Exclude code lens contributions from result merge editor (#163301) 2022-10-11 08:05:02 -07:00
Sandeep Somavarapu
083edcc8a7 Merge branch 'main' into pr/dtivel/162285 2022-10-11 17:04:44 +02:00
Henning Dieterichs
f232fdac98 Fixes #162111 (#163300) 2022-10-11 08:00:17 -07:00
Sandeep Somavarapu
adefb9aae2 change the default log format (#163268)
* change the default log format

* also change in file log

* fix compilation
2022-10-11 07:30:41 -07:00
Alexandru Dima
2149a31611 Toggle word wrap state (if defined) also on the other side when opening a diff editor (#163297)
Fixes #161412: Toggle word wrap state (if defined) also on the other side when opening a diff editor
2022-10-11 07:25:07 -07:00
Alexandru Dima
9b0ae4dd79 Push an undo stop before committing an inline suggestion (#163296) 2022-10-11 06:52:33 -07:00
Johannes Rieken
bdd63955e5 fix an issue with sticky scroll failing to pick an outline group (#163293) 2022-10-11 06:38:03 -07:00
Sandeep Somavarapu
66c63cc8f7 review feedback 2022-10-11 15:32:22 +02:00
Sandeep Somavarapu
3594aec1d4 bring back switch output action (#163264) 2022-10-11 13:19:29 +02:00
Henning Dieterichs
e8fe2d07d3 Fixes #162999 (#163263) 2022-10-11 02:11:54 -07:00
Sean McManus
3f2adbfe3e Update language-configuration.json (#163182) 2022-10-11 09:23:42 +02:00
Joyce Er
645c718a99 Revert "Debt - extract Continue On picker and contrib into separate class (#163002)" (#163251)
This reverts commit a8fe1cc157.
2022-10-11 09:15:02 +02:00
Matt Bierner
f4c58486f4 Run all webview panels of a given viewtype in the same origin (#163236)
For #132464
2022-10-10 21:15:14 -07:00
Connor Peet
ebd59363f0 Merge branch 'build-integrated-cli-dev' into build-integrated-cli 2022-10-10 19:13:08 -07:00
Joyce Er
ae34e8d2df Fix Download command not appearing in the remote indicator (#163232) 2022-10-10 16:28:24 -07:00
Connor Peet
dc69e22984 fix build 2022-10-10 15:59:55 -07:00
Matt Bierner
fefd5519f9 Make sure we still clear DisposableMap if dispose throws (#163226)
Make sure we clear DisposableMap if dispose throws
2022-10-10 15:16:56 -07:00
Babak K. Shandiz
f5b9fe32eb 🐛 Fix unawaited call to show CWD picker
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-10-10 21:08:14 +00:00
Rob Lourens
63e8654374 Make debug start button wider to match other workbench menu buttons (#163217)
Fix #163193
2022-10-10 13:05:53 -07:00
Peng Lyu
47aab33318 Allow kernel source command to throw (#163216) 2022-10-10 12:55:31 -07:00
Alex Ross
5dfca53892 Try out a new razor grammar (#163212)
Part of #163149
2022-10-10 12:43:02 -07:00
SteVen Batten
bcaa389a8f move editor features to submenu in view menu (#163209)
refs #158458
2022-10-10 13:42:15 -06:00
jannisspeer
b2d7afc634 Remove Snakefile from being classified as Python (#162749)
Update package.json

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-10-10 21:32:26 +02:00
Sandeep Somavarapu
241e230b24 Fix #163180 (#163208)
- cyclic dep. remove output view dependency on output service
2022-10-10 11:43:59 -07:00
Henning Dieterichs
e929233fc8 Fixes #162115 (#163206) 2022-10-10 11:32:12 -07:00
Alex Ross
1c42eb1c3d View badge extension API documentation wrong (#163202)
Fixes #162900
2022-10-10 10:42:46 -07:00
Connor Peet
191dc770d1 address pr comments 2022-10-10 10:40:01 -07:00
Connor Peet
1b11bc6724 address pr comments 2022-10-10 10:39:51 -07:00
Matt Bierner
d39c1b3ee0 Remove unused field (#163199) 2022-10-10 10:35:58 -07:00