Commit Graph

11471 Commits

Author SHA1 Message Date
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
Matt Bierner e3e7fb0b2a Set explicit mode for markdown preview code
Fixes #119813
2021-03-24 12:30:37 -07:00
Matt Bierner addf2d6d9e Fix spelling for gitignore 2021-03-24 12:29:08 -07:00
Matt Bierner f8c1ffbb0c Build simple-browser media during watch
Fixes #119795

This lets us avoid having these files checked in
2021-03-24 12:27:30 -07:00
Martin Aeschlimann 8d3d8e0cd0 html: add vscode-languageserver-textdocument as dependency 2021-03-23 19:32:55 +01:00
Martin Aeschlimann 8c7a3d8f6c html: fix compile errors 2021-03-23 19:30:46 +01:00
Martin Aeschlimann 4eb625f0cf [html] update service 2021-03-23 15:41:42 +01:00
Alex Ross 64381abea9 unconfiguredPortsAttributes -> otherPortsAttributes
Fixes microsoft/vscode-remote-release#4732
2021-03-23 15:06:04 +01:00
Rob Lourens 194c37b4cf Fix test for latestExecutionSummary init 2021-03-22 18:45:32 -07:00
SteVen Batten 9fa49ba941 ignore optional dependencies when webpacking 2021-03-22 18:31:21 -07:00
SteVen Batten 9c00242866 updating telemetry module for built-in exts 2021-03-22 16:28:08 -07:00
Rob Lourens f201f7bc68 Fix notebook test 2021-03-22 14:15:47 -07:00
rebornix 7e719d3f04 Merge branch 'notebook/dev' into main 2021-03-22 14:00:59 -07:00
Raymond Zhao 0089ba3ae1 Bump vscode-emmet-helper, fixes #112675 2021-03-22 19:01:11 +00:00
Jean Pierre c95389a7b2 Fix emmet completions in scss (#118666)
Part of #112675
2021-03-22 11:42:06 -07:00
Rob Lourens 7b96cc4c8b Implement Execution API (#116416)
Implement new execution task API
#106744
Fix #105847
2021-03-22 11:27:00 -07:00
Eric Amodio 4b0118871f Adds codespaces lookup via command for desktop 2021-03-22 13:35:19 -04:00
Alex Dima 26cdfad1cd Fixes #118521 2021-03-22 16:27:01 +01:00
Anthony Martin fecf3b3e3b Update VSCode icons 2021-03-22 10:10:09 -04:00
Miguel Solorio e7aedd975c Adjust notebook cell multi-select colors 2021-03-19 19:04:01 -07:00
Luca f8acb0d6f6 Adding the 'delete branch...' function to the source control > branch section 2021-03-19 18:43:27 -04:00