Daniel Imms
33ccdf6969
Merge pull request #160992 from microsoft/tyriar/clear_run_command
...
Send ctrl+c before running a command unless there is no input
2022-09-15 10:41:49 -07:00
Daniel Imms
6f1527d717
Update src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
...
Co-authored-by: Megan Rogge <merogge@microsoft.com >
2022-09-15 10:12:50 -07:00
Peng Lyu
0f05c6dd4f
Fix #160729 . Disable workspace md paste handler for notebook. ( #160833 )
...
Co-authored-by: Matt Bierner <matb@microsoft.com >
2022-09-15 09:48:21 -07:00
Megan Rogge
001f7d5b4c
add audio cue for task end and terminal bell ( #160828 )
2022-09-15 09:34:28 -07:00
Anthony Stewart
31dc49f6fe
Recognise windows-controls-overlay display mode in isStandalone() check ( #160696 )
2022-09-15 09:23:31 -07:00
Joyce Er
6835a98d4a
Fix branch checkout after git clone ( #160922 )
...
* Fix branch checkout after git clone
* Add progress notification while checking out ref
* Remove promise chain
2022-09-15 18:11:29 +02:00
Benjamin Simmonds
24c0c7c26f
Merge Outdated and Recently updated views and menu filter ( #160994 )
...
Updates view
2022-09-15 08:22:52 -07:00
Daniel Imms
4d11494d11
Polish clearing command before run on unix
2022-09-15 08:00:26 -07:00
Johannes Rieken
5d01d3ca45
Merge pull request #160993 from microsoft/joh/hide-menuItems
...
joh/hide menuItems
2022-09-15 16:26:12 +02:00
Ladislau Szomoru
e1c7285ab5
Git - Add the ability to fetch a branch before it is checked out ( #160181 )
2022-09-15 16:04:37 +02:00
Daniel Imms
cff5f7ef4b
Send ctrl+c before running a command unless there is no input
...
Fixes #144279
2022-09-15 06:44:07 -07:00
Daniel Imms
624b02384e
Merge pull request #160983 from microsoft/tyriar/fish_history
...
Remove string replace that didn't do anything
2022-09-15 06:31:39 -07:00
Megan Rogge
7409f0db33
support default $ZDOTDIR in .zshenv ( #160928 )
2022-09-15 06:10:49 -07:00
Megan Rogge
8234e49d76
set items after entries are resolved ( #160936 )
2022-09-15 06:10:10 -07:00
Johannes
e41eca4d48
properly listen/subscribe to run events, use more readonly in ToolBar
2022-09-15 14:50:41 +02:00
Daniel Imms
a298e58fd6
Merge pull request #160863 from Ninglo/fix/terminalContributionSchema
...
fix terminal contribution schema
2022-09-15 05:43:30 -07:00
Daniel Imms
d1a3a360dc
Merge pull request #160984 from microsoft/tyriar/duplicate_case
...
Fix esbuild warning
2022-09-15 05:38:36 -07:00
Johannes
0bca2db816
when setting an IActionRunner on the actionbar it needs to re-wire its events and disconnect from the old events
2022-09-15 14:26:36 +02:00
Daniel Imms
6af5ce75ff
Fix esbuild warning
2022-09-15 05:19:32 -07:00
Johannes
2466fb1189
💄 rename to onWillRun and add readonly to emitters
2022-09-15 14:18:16 +02:00
Johannes
54cd71ffaf
truely hide item from top cell toolbar
2022-09-15 14:07:36 +02:00
Johannes
26d5799328
adopt WorkbenchToolbar for notebookTopCellToolbar
2022-09-15 14:05:30 +02:00
Daniel Imms
7cf92563e9
Remove string replace that didn't do anything
2022-09-15 05:04:30 -07:00
Ladislau Szomoru
fd2b0d888f
Git - Do not override SSH_ASKPASS for the terminal ( #160935 )
...
Do not override SSH_ASKPASS for the terminal
2022-09-15 13:48:05 +02:00
Ladislau Szomoru
c1d7ca8bac
Button - Use single loop to set button content ( #160933 )
...
Use single loop to set button content
2022-09-15 13:44:34 +02:00
Johannes
d42757f8e8
use WorkbenchToolBar in codeEditorView (3wm)
2022-09-15 13:41:14 +02:00
Andre Weinand
8775cd3e25
change default assignee for debug issues ( #160974 )
2022-09-15 13:00:35 +02:00
Martin Aeschlimann
519b06e4cb
Clean up server-main.js ( #160094 )
...
Errors in server-main.js. Fixes #160015
2022-09-15 12:58:11 +02:00
Johannes
eb2c8fc907
always do keybindings, document options
2022-09-15 09:50:01 +02:00
Matt Bierner
03ada8a3e8
Rework how markdown server works with documents ( #160948 )
...
* Rework how markdown server works with documents
This rewrites how the markdown server works with documents. The goal is to better handle switching between in-memory versions of a doc (from `TextDocument`) and versions of the same doc on disk. From the markdown service's POV, there is only one type of document
As part of this, I've also adopted the newest markdown language service version
* Bump package-lock versions
2022-09-15 09:27:02 +02:00
Benjamin Pasero
cfc0119755
Revert "JavaScript and Node.js walkthrough" ( #160959 )
...
Revert "JavaScript and Node.js walkthrough (#157965 )"
This reverts commit 0cbcb1b1ab .
2022-09-15 08:26:22 +02:00
Don Jayamanne
c6698eaced
Pass element to the JS preEvaluate renderer hook ( #160851 )
2022-09-14 17:21:48 -07:00
Tyler James Leonhardt
ccddb94f98
initial cut of vscode.l10n ( #158328 )
2022-09-14 16:48:25 -07:00
Joyce Er
07d06e89e5
Fix Continue On when target URI already has a query param ( #160945 )
2022-09-14 16:38:36 -07:00
Rob Lourens
39d13fed77
Disable notebook smoke tests again ( #160942 )
...
#140575
2022-09-14 15:09:05 -07:00
Rob Lourens
88a2fd7239
Don't report debug adapter error responses ( #160940 )
...
Fix #159309
2022-09-14 14:18:02 -07:00
Matt Bierner
a107f7281f
Remove requestAnimationFrame shim for old browsers ( #159817 )
...
Use requestAnimationFrame shim for old browsers
This removes vendor specific fallbacks and a shim for `requestAnimationFrame`, which is [now supported on all modern browsers](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame#browser_compatibility )
2022-09-14 13:46:18 -07:00
Matt Bierner
66f4467936
We no longer support old versions of edge that use these ( #159723 )
2022-09-14 22:43:36 +02:00
Rob Lourens
c717237d7c
Reenable a couple notebook smoketests ( #159521 )
...
* Remove vscode-notebook-tests in favor of an .ipynb in vscode-smoketest-express
* Update build folder
* Add build task to correct platform
* Build for smoke tests on other platforms
* Fix repo url and remove comment
* Just -media?
* Update darwin/win32 as well
2022-09-14 13:22:16 -07:00
Joyce Er
322913b197
Fix Continue On when there is currently no edit session and the user has turned on edit sessions ( #160932 )
2022-09-14 12:19:16 -07:00
Megan Rogge
0ba7fc5e16
Merge branch 'main' into fix/terminalContributionSchema
2022-09-14 11:44:54 -07:00
Isidor Nikolic
65cbb9324b
change git.mergeEditor setting to be false ( #160923 )
2022-09-14 11:41:41 -07:00
Ladislau Szomoru
e97b478d06
Commit dropdown button uses text-overflow ( #160834 )
2022-09-14 20:40:06 +02:00
Raymond Zhao
b90f14f98f
Set traffic light height differently for Catalina ( #160919 )
2022-09-14 11:36:47 -07:00
Tyler James Leonhardt
fc1ef74eb0
GHES oauth flow support ( #160679 )
...
* GHES oauth flow support
* update server number
* delete testing line
2022-09-14 11:26:02 -07:00
Megan Rogge
41aacfa3fb
pass mark properties in to create decoration ( #160840 )
...
fix #160839
2022-09-14 11:05:29 -07:00
Joyce Er
51ab74bc88
Don't register git protocol handler till after git commands are registered ( #160857 )
2022-09-14 19:23:38 +02:00
Ladislau Szomoru
3dc9b8a26c
GitHub - Tweak working of the GitHub publishing welcome view ( #160916 )
...
Tweak working of the GitHub publishing welcome view
2022-09-14 10:02:43 -07:00
Daniel Rosenwasser
0cbcb1b1ab
JavaScript and Node.js walkthrough ( #157965 )
...
* Initial contents for JavaScript walkthrough.
* Just suggest a `.js` file.
* Switch the walkthrough to be a Node.js walkthrough.
* Remove leftover file from HTML walkthrough.
* Add basic detection mechanism for node.
* Don't check for a Node install until the user runs debug.
* Add "learn more" link.
* Some assets.
* Remove "run" section.
* Add a "try debugging anyway" option just in case.
* Remove "view terminal" command in run & debug.
* More copy.
* Remove unused command.
* Update icon and themed walkthrough SVGs
* Default to not showing the extension.
* Replace icon
* Delete TODO.md
* jsWelcome -> nodejsWelcome
Co-authored-by: David Dossett <ddossett@microsoft.com >
Co-authored-by: Matt Bierner <matb@microsoft.com >
2022-09-14 09:53:37 -07:00
Rob Lourens
37f08d1195
Remove notebookEditorEdit proposal requirement ( #160912 )
2022-09-14 09:41:21 -07:00