Wenlu Wang
96d0dc4154
Add next/prev conflicts ( #97613 )
2021-03-31 10:45:21 +02:00
Johannes Rieken
4fd610fc71
try bigger timeout awaiting events
2021-03-31 08:45:17 +02:00
Johannes Rieken
38abcf09ad
Merge branch 'main' into notebook/dev
2021-03-31 08:14:39 +02:00
Jackson Kearl
c18893214c
Fix #120215
2021-03-30 20:06:09 -07:00
rebornix
2d5f0e4953
skip failing terminal tests.
2021-03-30 18:26:57 -07:00
Matt Bierner
9ab80019bf
Use forked markdown-it-katex version
2021-03-30 16:08:34 -07:00
Matt Bierner
d4412e708a
Render markdown preview cells inside a shadow dom ( #120137 )
...
* Render markdown preview cells inside a shadow dom
Fixes #119971
This moves all markdown previews into shadow doms. This lets us prevent styles from outside the preview leak into the preview, and also prevents styles from the preview leak out into the rest of the notebook
* Use composedPath for handling events in webviews
This lets us handle clicks triggered inside of a shadow dom
2021-03-30 14:17:15 -07:00
Matt Bierner
795f44ea6a
Build VS Code with latest TS nightly
2021-03-30 13:30:09 -07:00
Raymond Zhao
c0ed513633
Add output.inlineBreak parameter, fixes #119088
2021-03-30 12:51:40 -07:00
Raymond Zhao
1f5ff0f17a
Bump dependencies, affects #119088
2021-03-30 12:51:39 -07:00
Raymond Zhao
6e07fb24ee
Remove unnecessary condition, fixes #119120
2021-03-30 11:45:06 -07:00
rebornix
588c2f6c78
skip showNotebookDocment.
2021-03-30 11:32:00 -07:00
Raymond Zhao
9b091c7d22
💄 Emmet tests
2021-03-30 11:30:32 -07:00
Ladislau Szomoru
849a2db25b
Update markdown-it ( #120161 )
2021-03-30 05:34:25 -07:00
Johannes Rieken
29a1cfddcd
make sure dirty state of notebooks from simple content provider is reflected in extension host, add integration test
2021-03-30 11:50:20 +02:00
Pooya Vakeely
95420b39f2
Add cuda-cpp lang id, grammar and problem matchers ( #119444 )
...
* Adding a language ID for CUDA
* Adding aliases for CUDA C++
* Add problem matcher for cuda-cpp based on nvcc output
* Adding a grammar for cuda-cpp
* Adding a language configuration file for cuda-cpp
* Adding a colorizer test for cuda-cpp
* Update the update-grammars.js to pick up cuda-cpp.tmLanguage.json
* Add cgmanifest entry for cuda grammar
Co-authored-by: Alex Ross <alros@microsoft.com >
2021-03-30 11:18:48 +02:00
Matt Bierner
3499f63dc1
Exploration: Better transferring of TypedArrays used in Webview.postMessage ( #115664 )
...
* Improve passing of ArrayBuffers to and from webviews
Fixes #115807
* Serialize and restore typed arrays too
This also makes it so that if you pass the same ArrayBuffer twice in an object, we use a single object on the receiver side too
* Fix spelling
* Require VS Code 1.56+
2021-03-30 06:49:34 +00:00
meganrogge
9fd5f25ec5
rendererType -> gpuAcceleration
2021-03-29 18:35:07 -07:00
Daniel Imms
0ff1928a3b
Merge pull request #120002 from microsoft/tyriar/terminal_sandbox
...
electron-sandbox refactors for terminal
2021-03-29 16:47:00 -07:00
Daniel Imms
182d40c07c
Fix test
2021-03-29 15:34:22 -07:00
Daniel Imms
da94e122d1
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel
2021-03-29 14:40:17 -07:00
Daniel Imms
06ce7bd297
Fix hygiene
2021-03-29 14:40:01 -07:00
rebornix
06a451d815
Merge branch 'notebook/dev' into main
2021-03-29 14:39:40 -07:00
Daniel Imms
7d67641ef3
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel
2021-03-29 14:23:56 -07:00
Daniel Imms
dcb7f7c853
Skip environmentVariableCollection suite
...
Part of #119826
2021-03-29 14:23:48 -07:00
William Desgardin
30ccdf6b6c
feat: add typographer option for markdown preview ( #119641 )
...
Co-authored-by: Matt Bierner <matb@microsoft.com >
2021-03-29 14:18:59 -07:00
Daniel Imms
f02e4853c3
Change rendererType to gpuAcceleration
...
Fixes #106202
2021-03-29 14:15:45 -07:00
rebornix
14373a5fc5
Merge remote-tracking branch 'origin/main' into notebook/dev
2021-03-29 14:09:27 -07:00
Andrew Branch
29ca249959
[typescript-language-features] Support import statement completions for TypeScript 4.3 ( #119009 )
...
* Support import statement completions for TypeScript 4.3
* Fix forgotten argument
* Add snippet preference
Co-authored-by: Matt Bierner <matb@microsoft.com >
2021-03-29 11:38:22 -07:00
Matt Bierner
a39120ddd1
Add support for JSDoc link tags ( #119358 )
...
* Add support for JSDoc @link tags
Fixes #119357
* Fix unresolved links not rendering
2021-03-29 11:29:52 -07:00
arnobl
1c3c96b4b9
fix(notebook): redo cell creation does not re-select the cell
2021-03-29 10:59:41 -07:00
Peng Lyu
a573d500d0
Merge pull request #120086 from arnobl/fix-notebook-redo-selection
...
fix(notebook): redo cell creation does not re-select the cell
2021-03-29 10:59:04 -07:00
Raymond Zhao
a5f7945b3b
Update git test for integration tests, fixes #120116
2021-03-29 09:39:39 -07:00
Martin Aeschlimann
3e16e9151b
update typescript-vscode-sh-plugin. For #120103
2021-03-29 16:42:37 +02:00
Alex Ross
17e7a257ff
Update grammars
2021-03-29 15:16:24 +02:00
Johannes Rieken
d13f3b4a2f
remove NotebookContentProvider#resolveNotebook
2021-03-29 12:21:45 +02:00
Benjamin Pasero
7f36af1c92
debt - improve emmet integration tests
...
- properly close all editors
- disable minimap to prevent spammy output
2021-03-29 09:20:49 +02:00
Ladislau Szomoru
5d2e7aceda
Remove code that is not needed ( #120005 )
2021-03-29 09:20:47 +02:00
Benjamin Pasero
b19f50e016
debt - improve emmet integration tests
...
- properly close all editors
- disable minimap to prevent spammy output
2021-03-29 08:31:14 +02:00
arnobl
7fbddb5522
fix(notebook): redo cell creation does not re-select the cell
2021-03-28 23:15:28 +02:00
Ladislau Szomoru
6aa528024b
Remove code that is not needed ( #120005 )
2021-03-27 07:52:29 +00:00
Eric Amodio
99c8eb6994
Fixes regex - codespaces remotes are missing .git
2021-03-25 18:24:41 -04:00
Greg Van Liew
64256f22d6
Merge pull request #119895 from gregvanl/settingTypos
...
Setting descriptions typos and formatting
2021-03-25 11:44:25 -07:00
gregvanl
975115a2cb
Setting descriptions typos and formatting
2021-03-25 10:17:31 -07:00
Connor Peet
05ce54df77
testing: remove unused contributions
2021-03-24 21:12:12 -07:00
Rob Lourens
1a425eacb8
Accept single outputs or arrays in execution task output edit methods
...
Fix #119601
2021-03-24 17:48:26 -07:00
meganrogge
b63cfb3a8b
skip test and remove unused code
2021-03-24 15:27:24 -07:00
Jackson Kearl
8d6c2a2388
Make drop shadow much more subtle
...
Closes #119633
2021-03-24 15:21:09 -07:00
Johannes Rieken
22212f5de8
use APIs over commands, fixes (?) https://github.com/microsoft/vscode/issues/119437
2021-03-24 15:01:36 -07:00
Eric Amodio
38160c823c
Fixes codespaces fork on push
...
Codespaces might not have a push url on the remote, so use the fetch url
2021-03-24 17:11:24 -04:00