Rob Moran
b7bfbefe35
Update extensionPaths when web extension host started ( #193849 )
...
* Invalidate and update extensionPaths on load
* Also update the `ExtensionPaths` search tree after startup because it applies an extension delta
* Cache realpath calls
---------
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-16 00:56:36 +01:00
Daniel Imms
32b939e4d8
Merge pull request #207892 from microsoft/tyriar/cleanup
...
Remove unwanted comment, improve name
2024-03-15 15:29:49 -07:00
Daniel Imms
7583d9899d
Remove unwanted comment, improve name
2024-03-15 15:14:37 -07:00
Daniel Imms
2f4d129163
Merge pull request #207891 from microsoft/tyriar/207372
...
Move TerminalMainContribution back to block startup
2024-03-15 15:12:41 -07:00
Daniel Imms
ca3acd1090
Merge pull request #207888 from microsoft/tyriar/207488
...
Simplify terminal chat layout, fix width of content
2024-03-15 15:02:01 -07:00
Daniel Imms
3292991f20
Register disposables
2024-03-15 14:57:55 -07:00
Daniel Imms
1b760ca082
Move TerminalMainContribution back to block startup
...
Fixes #207372
2024-03-15 14:56:38 -07:00
Daniel Imms
af87eacc15
Remove unused import
2024-03-15 14:47:35 -07:00
Peng Lyu
a737ec76d4
Avoid kb conflicts with inline chat ( #207890 )
2024-03-15 22:47:05 +01:00
Daniel Imms
e8fd06fba1
Merge pull request #207889 from microsoft/limitSplit
...
Limit splits of `=` for environment variables.
2024-03-15 14:44:36 -07:00
Daniel Imms
b2b2dc1e68
Handle resizing off screen
2024-03-15 14:38:03 -07:00
Peng Lyu
5ac16f437f
Merge pull request #207887 from microsoft/rebornix/diplomatic-crab
...
Adopt InlineChatWidget in notebook and fix UI glitches.
2024-03-15 14:35:15 -07:00
Tyler James Leonhardt
ce0b797bdb
Temporary solution to enable an "All Files" option in the #file variable ( #207886 )
2024-03-15 22:34:23 +01:00
Daniel Imms
c2be0c1f7f
Remove hardcoded 400px
...
Fixes #207488
2024-03-15 14:31:36 -07:00
Daniel Rosenwasser
250211e505
Limit splits of '=' for environment variables.
2024-03-15 21:25:03 +00:00
Peng Lyu
61af42e8c0
Adopt InlineChatWidget in notebook
2024-03-15 14:18:22 -07:00
Peng Lyu
cf5ebe5a55
Update inline chat input width when toolbar width change.
2024-03-15 14:17:47 -07:00
Rob Lourens
b58f46da6f
Add API warning to defaultImplicitVariables ( #207883 )
...
Add proposed API warning to defaultImplicitVariables
2024-03-15 21:45:51 +01:00
Tyler James Leonhardt
c99ae85c1e
Fix a couple style issues ( #207873 )
...
* no more pointy bottom corners of quick pick
* quick pick items have some padding again
* inherit radius instead of hard coding pixels
2024-03-15 12:30:59 -07:00
Benjamin Pasero
2fed6fa574
aux window - pick the right editor part ( #207874 )
2024-03-15 12:30:35 -07:00
Benjamin Pasero
fedccb4ec1
aux window - override user-agent styles for tables for extensions editor ( #207876 )
2024-03-15 20:30:13 +01:00
Daniel Imms
ad28dbfbc9
Simplify terminal chat layout
...
Part of #207488
2024-03-15 12:24:00 -07:00
Benjamin Pasero
070af85e73
commands - log error when history is invalid ( #207706 ) ( #207871 )
2024-03-15 12:13:22 -07:00
Connor Peet
ebfab45007
testing: colorize ansi codes in plain text test messages ( #207852 )
...
* testing: colorize ansi codes in plain text test messages
Closes #207750
* remove ansi removal
2024-03-15 11:58:41 -07:00
Tyler James Leonhardt
d5217d288f
shorter array syntax ( #207866 )
...
follow up https://github.com/microsoft/vscode/pull/207863#discussion_r1526629856
2024-03-15 11:15:16 -07:00
Daniel Imms
9ba967fb5b
Merge pull request #207865 from microsoft/tyriar/207371
...
Only show pid if it's valid
2024-03-15 11:07:54 -07:00
Daniel Imms
f680d02147
Only show pid if it's valid
...
Fixes #207371
2024-03-15 10:52:37 -07:00
Tyler James Leonhardt
cf824b2b63
Ensure ItemActivation.NONE fires an onDidChange event ( #207863 )
...
* Ensure `ItemActivation.NONE` fires an onDidChange event
Fixes https://github.com/microsoft/vscode/issues/207832
* Add a test
* yay tests!
2024-03-15 18:51:21 +01:00
M Hickford
d2d370fc86
Sort lines: sort all lines if nothing selected. ( #200325 )
...
* Sort lines: sort all lines if nothing selected.
Previously, 'sort lines' did nothing if nothing was selected.
Likewise 'delete duplicate lines' should apply to all lines if nothing is selected.
* 💄
---------
Co-authored-by: Matthew Hickford <matthew.hickford@cloud.com >
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-15 17:41:34 +00:00
Yesterday17
9f1264d9ca
Dispatch GestureEvent in node depth order ( #200612 )
...
Dispatching `GestureEvent` in node depth order
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-15 17:57:03 +01:00
Kyosuke Fujimoto
c0df105700
Fix broken description of editor.cursorSurroundingLinesStyle setting ( #201482 )
...
Co-authored-by: Alexandru Dima <alexdima@microsoft.com >
2024-03-15 17:53:26 +01:00
yutotnh
87d494bbc1
Add support for recognizing word locales in word operations ( #50045 ) ( #203605 )
...
* Add support for recognizing word locales in word operations (#50045 )
* Move intlSegmenterLocales in the WordCharacterClassifier class
* Rerun compiler
* Renames
* Avoid duplicating code
---------
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2024-03-15 17:43:23 +01:00
Henning Dieterichs
b7d35c8bdd
Implements #206808
2024-03-15 17:08:36 +01:00
Sandeep Somavarapu
15715aedf0
listen on workspace extensions changes ( #207849 )
...
* listen on workspace extensions changes
* fix warnings and tests
2024-03-15 17:03:49 +01:00
Sandeep Somavarapu
1454837231
Fix restarting extensions when extension is uninstalled ( #207850 )
2024-03-15 16:58:21 +01:00
João Moreno
4c555607d3
missing disposable ( #207846 )
...
fixes #207797
2024-03-15 16:18:21 +01:00
Rob Lourens
7674d56345
Fix #207245 ( #207841 )
2024-03-15 15:18:01 +01:00
Benjamin Pasero
4e38af18f0
aux window - fix layout race conditions ( #207840 )
2024-03-15 15:13:28 +01:00
Sandeep Somavarapu
337f8e4ee2
adopt building extensions ( #207731 )
...
* adopt building extensions
- remove the dependency on extensions folder
* fix build
* rename
* minimise changes
* clean up
* use regex
2024-03-15 15:06:28 +01:00
Alex Ross
d8a01ed97e
Respect port source over default fallback number ( #207833 )
...
Fixes #205314
2024-03-15 13:17:05 +01:00
Alex Ross
6285faddc6
Update shellscript grammar ( #207828 )
2024-03-15 12:52:46 +01:00
Benjamin Pasero
dd8829353c
Aux window: settings editor in maximised window stop responding to typing ( fix #203538 ) ( #207826 )
2024-03-15 12:16:18 +01:00
Benjamin Christopher Simmonds
b7fd5328c8
Fix Scroll Lock Issue in Active Editor ( #207825 )
...
fix #207818
2024-03-15 12:12:26 +01:00
Benjamin Christopher Simmonds
008c572862
Add scroll lock indicator to all windows ( #207824 )
...
fix #207817
2024-03-15 11:50:17 +01:00
Benjamin Christopher Simmonds
7c49f4f7a8
Added Activity Bar Top Active Background Color ( #207808 )
...
Added color activity bar top active background #203036
2024-03-15 09:19:54 +01:00
Benjamin Pasero
b22f435d48
watcher - improve watcher resume ( #207807 )
2024-03-15 09:08:59 +01:00
Benjamin Christopher Simmonds
f7ae5c7450
Fix double registration of menu on web ( #207805 )
...
fix registering menu twice on web
2024-03-15 08:48:33 +01:00
Benjamin Pasero
1a2bc187d3
debt - reduce some leaking disposables ( #207803 )
2024-03-15 08:31:41 +01:00
Rob Lourens
be210b3a60
Put implicit context checkbox behind a setting ( #207788 )
2024-03-14 20:46:44 -07:00
Peng Lyu
123360f8be
Merge pull request #207745 from microsoft/rebornix/tragic-kingfisher
...
#207742 . Failing to create untitled notebook
2024-03-14 20:39:27 -07:00