Commit graph

10561 commits

Author SHA1 Message Date
Benjamin Pasero
82c180bf34
tests - easy on the timeout
//cc @mjbvz
2021-04-06 11:04:14 +02:00
Benjamin Pasero
8de3791477
integration tests - use async test (#120225) 2021-04-06 10:34:08 +02:00
Liao Jinyuan
80f11080c1
fix get embedded css util (#120480) 2021-04-05 09:11:31 -07:00
Rob Lourens
1c04d9f2df
Update PHP grammar (#120339) 2021-04-05 07:59:14 -07:00
Miguel Solorio
e7805ded7e
Merge pull request #119468 from anthony-c-martin/update_vscode_icons 2021-04-04 20:20:56 -07:00
Eric Amodio
874d19930e Calls new fork repo command in a codespace 2021-04-03 13:21:49 -04:00
Raymond Zhao
b88f1ede0e
Emmet polish and updateExtensionsPath changes
Fixes #117515, fixes #120435
2021-04-02 13:11:29 -07:00
Raymond Zhao
8fcdb2035a
Improve descriptions, fixes #117516, fixes #117518 2021-04-02 10:01:16 -07:00
rebornix
ef1e9bfa2c
Merge remote-tracking branch 'origin/main' into notebook/dev 2021-04-01 12:27:15 -07:00
Eric Amodio
1fd558ab2f Fixes #117513 - deals with very old git 2021-04-01 13:50:22 -04:00
Raymond Zhao
f3f8d3d870
Fix tests for #120356 2021-04-01 17:11:53 +00:00
Raymond Zhao
083bf90204
JSX self-closing style should default to XHTML, fixes #120356 2021-04-01 16:20:24 +00:00
vinku
a56afa9033
Emmet: Select next/previous item does not work with script tag. (#118842)
Co-authored-by: Vinay Kumar Sharma <vinakum@microsoft.com>
2021-04-01 08:12:12 -07:00
Sang
595a894b21
Add emmet self closing abbrev support (#120311) 2021-04-01 08:11:15 -07:00
Ladislau Szomoru
648ea3d1e0
Refactor requireWorkspaceTrust to requestWorkspaceTrust 2021-04-01 15:59:04 +02:00
KapitanOczywisty
50ce190203
Update PHP grammar 2021-04-01 13:35:07 +02:00
Alex Ross
65a763bdf8
Remove long cpp colorizer test
Fixes #120095
2021-04-01 12:11:37 +02:00
Rob Lourens
b41213c573
Enable setTextDocumentLanguage (#119429)
Change cell TextModel handling, fix #117936
2021-03-31 17:04:10 -07:00
rebornix
aefafa019d
Merge remote-tracking branch 'origin/notebook/dev' into main 2021-03-31 14:38:25 -07:00
Johannes Rieken
407a0e3723
assert that we have static view columns
https://github.com/microsoft/vscode/issues/115704
2021-03-31 17:51:15 +02:00
Daniel Imms
4c76edff2b
Revert "skip failing terminal tests."
This reverts commit 2d5f0e4953.
2021-03-31 05:07:32 -07:00
Christof Marti
5c79571610 Add next/prev conflicts (#97613) 2021-03-31 10:46:11 +02:00
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