Megan Rogge
91b82c0f0b
increase barrier for available profiles to be ready ( #154290 )
...
* fix #138999
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-07-06 18:59:27 -07:00
Megan Rogge
4c358e0a26
Merge branch 'main' into terminal-tab-defaults
2022-07-06 20:47:53 -04:00
meganrogge
2d9947ba4e
more specific setting names
2022-07-06 20:47:00 -04:00
Megan Rogge
d39ef2fc82
Update src/vs/workbench/contrib/terminal/browser/terminalProfileResolverService.ts
2022-07-06 20:25:24 -04:00
Megan Rogge
a3153bb9dc
Update src/vs/workbench/contrib/terminal/browser/terminalProfileResolverService.ts
2022-07-06 20:25:03 -04:00
Logan Ramos
a20329d291
Switch extensions to 1DS ( #154299 )
...
* Move extensions to 1DS
* Switch extensions to 1DS
2022-07-06 17:18:41 -07:00
MonadChains
d5d6e08997
Add command to copy output of the last command ( #152097 ) ( #153235 )
...
* Add command to copy output of the last command (#152097 )
* Polish changes, casing, wording, etc.
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-07-06 20:16:10 -04:00
Megan Rogge
2a5d381d16
only show output button when a command's markers haven't been disposed of ( #154220 )
...
* fix #154215
* make hasOutput a function
* fix test
* Update src/vs/workbench/contrib/terminal/browser/terminalProfileService.ts
* actually fix tests
2022-07-06 20:15:58 -04:00
Daniel Imms
c4b08408c8
Fix compile
2022-07-06 16:30:46 -07:00
Raymond Zhao
22f3f6064e
Move some text out of localization string for integrated terminal settings ( #154318 )
...
Fixes #154317
2022-07-06 16:29:08 -07:00
Daniel Imms
510656a44a
Replace all Terminal codicon references with default icon
2022-07-06 16:10:26 -07:00
Matt Bierner
ad9675f099
Scaffold out basic markdown language server ( #154293 )
...
* Scaffold out basic markdown lsp
This scaffolds out a new markdown language server and then uses it to implement document symbols. After the change, the markdown extension will have the following structure:
- languageService — Where all the LSP language stuff will eventually land
- server — The actual language server. Consumes ` languageService`
- src — The current extension that launches the server and implements VS Code specific functions
* Adding build scripts
* a
* Use language service from github
* Remove ls build scripts
* Bump versions
* Only build ext
* Enable for web
* Fixing for browser
2022-07-06 16:03:24 -07:00
Daniel Imms
a6238ac59c
Add icon in defaultIcon description
2022-07-06 16:03:17 -07:00
Andrea Mah
3d3bfced96
Commands for Navigating Call Stack ( #154117 )
...
Commands to navigate the call stack
Fixes #149975
2022-07-06 15:46:56 -07:00
Matt Bierner
f96a4627b1
Pick up latest TS for building VS Code ( #154312 )
2022-07-06 15:42:42 -07:00
Matt Bierner
2a99db3828
Remove collections.forEach ( #154314 )
...
* Remove collections.forEach
Fixes #154195
* return -> continue
previously these were in a closure so we need to continue instead of returning
2022-07-06 15:42:20 -07:00
Daniel Imms
26155fc874
Merge branch 'main' into terminal-tab-defaults
2022-07-06 15:00:53 -07:00
Peng Lyu
9c724118ae
re #153865 . ICommandActionTitle for notebook ( #154307 )
2022-07-06 13:50:18 -07:00
Rob Lourens
419a7cc1a0
Register commands correctly with original title, #153865 ( #154297 )
2022-07-06 13:13:57 -07:00
Daniel Imms
465e8b4e57
Move fuzzy/contiguous filtering into quick pick
2022-07-06 12:54:45 -07:00
Daniel Imms
6fc821730a
Carry value over to new search
2022-07-06 12:42:53 -07:00
Daniel Imms
61cf9c4316
Allow use of contiguous or fuzzy search in run recent
2022-07-06 12:40:12 -07:00
Daniel Imms
0c12daf1fa
Make run recent command use contiguous filtering
...
Part of #154016
2022-07-06 12:30:25 -07:00
Megan Rogge
0586d45c69
replace forEach in resolver service ( #154286 )
...
* part of #154195
* fix test
2022-07-06 11:41:26 -07:00
Joyce Er
c1279baa48
🆙 distro ( #154292 )
2022-07-06 11:16:43 -07:00
Joyce Er
934408aea7
Debt - sessionSync
-> editSessions
( #154289 )
2022-07-06 11:03:38 -07:00
Connor Peet
87635892d8
debug/testing: fixup localized commands
...
For #153865
2022-07-06 10:57:16 -07:00
Connor Peet
d88ab38f1b
npm: remove icon from localization
...
For #153743
2022-07-06 10:57:16 -07:00
Connor Peet
877f2c3bd0
testing: don't make testing a workspace view
...
For #153513
2022-07-06 10:57:16 -07:00
Daniel Imms
dacc52c2e7
Merge pull request #154288 from microsoft/tyriar/153382
...
Add separators to command decoration menu and copy command entry
2022-07-06 10:53:10 -07:00
Daniel Imms
c3de9da599
Merge pull request #154284 from microsoft/tyriar/152300
...
Update xterm
2022-07-06 10:47:15 -07:00
Daniel Imms
891fa89364
Add copy command to command decoration menu
...
Fixes #153382
2022-07-06 10:41:54 -07:00
Daniel Imms
04d9921d07
Add separators to command decoration menu
...
Part of #153382
2022-07-06 10:39:25 -07:00
Daniel Imms
7fb7b795f6
Update xterm
...
Fixes #152300
Fixes #151225
2022-07-06 10:04:47 -07:00
Logan Ramos
1f0412e3fc
Update distro ( #154283 )
2022-07-06 17:03:40 +00:00
Sandeep Somavarapu
cc0dfc9f0e
remove application scoped extensions while copying ( #154278 )
2022-07-06 12:53:03 -04:00
Megan Rogge
c133b130bf
remove forEach
for tasks ( #154273 )
...
* part of #154195
* Update src/vs/workbench/api/browser/mainThreadTask.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
* Update src/vs/workbench/api/browser/mainThreadTask.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-07-06 09:45:28 -07:00
Sandeep Somavarapu
09b0f5b54f
skip application scope settings while copying ( #154280 )
2022-07-06 09:44:13 -07:00
Johannes Rieken
f413297170
joh/plastic fowl ( #154275 )
...
* * derive workspace dto with util
* be strict when defining reference version ids (must be set to a value or undefined)
* relax `ResourceNotebookCellEdit`
2022-07-06 18:33:04 +02:00
Megan Rogge
0df86c37b6
add hide
property to configure which tasks appear in the Tasks: run task
quickpick ( #154166 )
2022-07-06 11:54:37 -04:00
Peng Lyu
f9f353c90b
support vscode.dev link generation in notebook editor ( #154183 )
...
* support vscode.dev link generation in notebook editor
* Update comments.
2022-07-06 17:53:12 +02:00
Ladislau Szomoru
6624aea0d0
GitHub - Add translation comment not to translate the $(github) codicon ( #154269 )
...
* Add translation comment not to translate the $(github) codicon
* Add an additional comment
2022-07-06 08:11:44 -07:00
Johannes Rieken
1aaff9ef3d
stub activationEventIsDone
function, ( #154276 )
...
fixes https://github.com/microsoft/vscode/issues/154268
2022-07-06 11:10:43 -04:00
Daniel Imms
c43b9cb6e6
Merge pull request #154262 from microsoft/tyriar/153832
...
Ensure exact match links are only checked on absolute paths
2022-07-06 07:51:11 -07:00
Babak K. Shandiz
746bc9f571
🔨 Move 'Surround With Snippet' from quick fixes to refactorings
...
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-07-06 14:42:12 +00:00
Daniel Imms
2e0e882ac5
Improve comment
2022-07-06 07:37:31 -07:00
Daniel Imms
e12b04eb82
Merge pull request #154267 from microsoft/tyriar/154265
...
Fix remote Windows terminal link URI
2022-07-06 07:24:14 -07:00
Johannes Rieken
a5b17d0df0
Merge pull request #154266 from Balastrong/154241-fix-warn-msg
2022-07-06 16:23:45 +02:00
Daniel Imms
136d514f9e
Merge pull request #154270 from microsoft/tyriar/153757
...
Prevent unicode11 addon from loading in unit tests
2022-07-06 07:23:08 -07:00
Daniel Imms
94e4ee8e49
Prevent unicode11 addon from loading in unit tests
...
It's not clear what caused the flake in #153757 but this should fix the suspicious
unicode warning. We can reinvestigate if it happens again after this fix.
Fixes #153757
2022-07-06 07:05:27 -07:00