Commit graph

98375 commits

Author SHA1 Message Date
deepak1556 5f79b51181 chore: bump electron@19.0.7 2022-07-07 21:25:31 +09:00
Daniel Imms 72208d7bbb
Merge pull request #147463 from amanasifkhalid/terminal-tab-defaults
Close #134566: Added settings for terminal tab default color/icon
2022-07-07 05:12:46 -07:00
João Moreno ce8b7a9c13
bump distro (#154344) 2022-07-07 09:18:31 +00:00
Johannes Rieken 7efebe8df8
focus last (not first) symbol enclosing position, refines https://github.com/microsoft/vscode/issues/154246 (#154340) 2022-07-07 01:42:21 -07:00
João Moreno b4525a77fb
update yarn.lock (#154336) 2022-07-07 09:26:12 +02:00
Robert Jin e337c0289b
Edit showFoldingControls to have a never setting (#153764) 2022-07-07 08:55:48 +02:00
Daniel Imms 0284e1b3cb
Merge pull request #154328 from microsoft/tyriar/153235
Correct conditional calling func instead of comparing
2022-07-06 19:38:11 -07:00
Logan Ramos d6114a70be
Remove app insights (#154296)
* Remove app insights

* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Megan Rogge 93d1f7c881
use user's .zsh_history (#154300) 2022-07-06 22:17:44 -04:00
Daniel Imms ffdb7543fe
Correct conditional calling func instead of comparing
Part of #152097
2022-07-06 19:13:51 -07:00
Peng Lyu 374066b829
re #153743. Move codicon out of translation string (#154323) 2022-07-06 19:06:36 -07:00
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
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