Commit graph

79942 commits

Author SHA1 Message Date
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
Martin Aeschlimann
b36bcfe1b4 vscode.openFolder: allow to open a local window 2021-04-12 16:08:07 +02:00
Martin Aeschlimann
318fe9ff80 improve TestResolver command names 2021-04-12 16:08:07 +02:00
Sandeep Somavarapu
219270a10c
adopt to workspace trust 2021-04-12 16:00:22 +02:00
Sandeep Somavarapu
4c1946a2ec
#120675 adopt override 2021-04-12 15:38:34 +02:00
Benjamin Pasero
905a901672
editors - supportsSplitEditor => canSplit 2021-04-12 15:20:43 +02:00
João Moreno
4ea02ea5e2
split workbench-web from dev 2021-04-12 15:19:12 +02:00
João Moreno
973f5d00b4
code-web: /builtin 2021-04-12 15:19:12 +02:00
Benjamin Pasero
53ec27a6c6
editor input getTypeId() => typeId 2021-04-12 14:59:49 +02:00
Sandeep Somavarapu
29aedf9383
move defining configurations requiring trust to workspace trust property 2021-04-12 14:53:54 +02:00
Johannes Rieken
52ee0bd562
some more "no implicit override" work 2021-04-12 14:44:05 +02:00
Isidor Nikolic
8988e849ba
Merge pull request #120891 from timmaffett/main
Fixed and extended Debug Console support for most ANSI SGR codes
2021-04-12 14:43:39 +02:00
Benjamin Pasero
25d61e6f13
editor serializers - only allow 1 factory per type id 2021-04-12 14:37:56 +02:00
Martin Aeschlimann
1b26a6d322
Merge pull request #120938 from bourdakos1/update-seti-icons
Update seti icons
2021-04-12 05:15:27 -07:00