Commit graph

79955 commits

Author SHA1 Message Date
Alexandru Dima 2536691486
rollback distro temporarily 2021-04-13 13:38:06 +02:00
Martin Aeschlimann 8c18565aae
bump distro 2021-04-13 13:11:33 +02:00
Alex Dima 394a2e4779
update distro 2021-04-13 12:43:30 +02:00
Martin Aeschlimann 49796d31cb virtualWorkspace context key to detect virtual workspaces. Fixes #121165 2021-04-13 11:12:34 +02:00
Benjamin Pasero 38f2172759
editors - do not expose raw group from editor group view 2021-04-13 11:12:18 +02:00
Benjamin Pasero 5e33a56d23
editors - cleanup editor restore logic 2021-04-13 10:47:46 +02:00
Sandeep Somavarapu 800ac2f7fa
add doc 2021-04-13 09:15:54 +02:00
Ladislau Szomoru 0c555419fe
Extension workspace trust request using product/settings files (#121021)
* Extension workspace trust request using product/settings files
2021-04-13 08:17:48 +02:00
Benjamin Pasero 601dec633b
Reduce callers of createEditorInput when not needed (#121098) (#121099)
* Reduce callers of createEditorInput when not needed (#121098)

* one more
2021-04-13 07:16:47 +02:00
Matt Bierner 48387dfc3d
Fix loading of webview resources that depend on query params
Some resource url (notably git) use the query part of the url to store additional information. The query part of the url was incorrectly being dropped while attempting to load these resources inside of webviews
2021-04-12 21:31:30 -07:00
Matt Bierner eac3821fbf
Hook up basic context menu for markdown cells
Fixes #119517
2021-04-12 17:39:54 -07:00
Rob Lourens f0cb4fe60c Don't check cancel token after it has ended its lifetime
Fix #120939
2021-04-12 16:14:18 -07:00
Matt Bierner 119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Matt Bierner 98bbcddec3
Enable noImplicitOverride for extensions 2021-04-12 15:54:18 -07:00
Matt Bierner d5f4e119e0
Use Array.from's map directly instead of a second call to map 2021-04-12 14:42:39 -07:00
Matt Bierner 32a7858a63
Remove override
This seems to break our esm build
2021-04-12 14:37:14 -07:00
Matt Bierner aa1c694664
Add override 2021-04-12 14:30:06 -07:00
Matt Bierner ead5639bbe
Pick up new TS nightly for building VS Code 2021-04-12 14:10:09 -07:00
Matt Bierner ab4c0f1e2e
Remove duplicated code 2021-04-12 14:05:26 -07:00
Matt Bierner 2637da856a
Use URL instead of regexp for getting webview id 2021-04-12 14:05:26 -07:00
Matt Bierner 069f8f3959
Load webview scripts async 2021-04-12 14:05:26 -07:00
Matt Bierner 62c62103fc
Use javascript modules for webview host script 2021-04-12 14:05:26 -07:00
Matt Bierner b4d42b1424
Use ?. for accessing webview 2021-04-12 14:05:26 -07:00
Matt Bierner 1bf5e8f15c
Remove getInnerWebview 2021-04-12 14:05:25 -07:00
rebornix 8f7df5e9c9
Merge branch 'notebook/dev' into main 2021-04-12 14:00:47 -07:00
Rob Lourens e963ace70f Bump vscode-ripgrep 2021-04-12 12:54:43 -07:00
Connor Peet 964ad75846
fix build 2021-04-12 12:41:43 -07:00
Sandeep Somavarapu 52c11b376a
Merge branch 'sandy081/settings/trusted' 2021-04-12 21:39:42 +02:00
Connor Peet 27f3fc1f15
Merge branch 'connor4312/test-output' into main 2021-04-12 12:22:28 -07:00
Connor Peet 1f3acad632
testing: polish up test output terminal handling
Fixes https://github.com/microsoft/vscode/issues/119642
2021-04-12 12:22:09 -07:00
rebornix a546db679a
re #119599. Avoid flickering when outputs are cleared. 2021-04-12 12:08:09 -07:00
isidor 21806b884b
debug: display error response from invalid exception filter conditions
fixes #117789
2021-04-12 20:29:16 +02:00
Sandeep Somavarapu e8325e7f07
review feedback 2021-04-12 20:14:54 +02:00
Rob Lourens e5bef43928
Merge pull request #121027 from jeanp413/fix-121026
Fixes horizontal scrollbar is too narrow in split settings editor JSON
2021-04-12 11:10:26 -07:00
Connor Peet 8e183f0d2e
terminal: standardize on customPtyImplementation
I initially was doing a larger refactor where the `onInstanceRequestStartExtensionTerminal`
event was removed from the terminalService and instead events would only
be fired in the proxy instance itself, which would be encapsulated better.
However, the task system depends on the global even firing so that the
MainThreadTerminalService can get the terminal for tasks that create
pseudoterminals, so this didn't work out. Kept a more focus refactor
for now.
2021-04-12 11:03:54 -07:00
isidor 2962e6ade1
update untitledHint, remove button 2021-04-12 19:48:37 +02:00
rebornix f1ca325298
always allow split cells in cell toolbar. 2021-04-12 10:48:14 -07:00
Johannes Rieken 5c99b8c11e
Merge pull request #120925 from microsoft/joh/kernel-push
Implement notebook kernels as push model
2021-04-12 18:48:06 +02:00
Johannes Rieken 31da9f54b8
some jsdoc 2021-04-12 18:46:33 +02:00
Johannes Rieken 88006b8437
add (bring back) NotebookKernel#createNotebookCellExecutionTask 2021-04-12 18:43:21 +02:00
Andre Weinand 7f72823067
DAP: setExceptionBreakpoint optionally returns breakpoint array; related to #117789 2021-04-12 17:52:59 +02:00
isidor 51ff6b5e4e
untitled hint: do not render keybinding 2021-04-12 17:52:25 +02:00
Johannes Rieken d38cfa11d8
Merge branch 'notebook/dev' into joh/kernel-push 2021-04-12 17:38:07 +02:00
Alexandru Dima d837f9a26c
Merge pull request #120503 from conwnet/main
fix: only add readonly attribute to textarea dom when editor is readonly
2021-04-12 17:28:09 +02:00
Johannes Rieken 79e47e0671
try to make monaco ESM happy 2021-04-12 17:21:07 +02:00
Johannes Rieken 95fe64c807
api todos, remove unused type 2021-04-12 17:18:15 +02:00
Sandeep Somavarapu 4358b0c9f5
change to warning 2021-04-12 16:32:47 +02:00
Martin Aeschlimann 765ce34320 vscode.openFolder: forceLocalWindow 2021-04-12 16:15:14 +02:00
João Moreno 5e49fc945f
fix web dev builtin extensions 2021-04-12 16:14:42 +02:00
Johannes Rieken b7d7aaca74
add NotebookTextModel#reset which allows to re-init a notebook, use when reverting notebook editor models, https://github.com/microsoft/vscode/issues/120771 2021-04-12 16:09:17 +02:00