Commit graph

10482 commits

Author SHA1 Message Date
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
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
Paul Adams 6c0c77926f Improve GitHub repository search
Sort by relevance (stars) instead of last updated
2021-03-19 18:42:03 -04:00
Matt Bierner 64ebc978e7 Revert "Use rmdirSync instead of rimraf"
This reverts commit a7ae58f4db.

This change requires node12, but we still support building on older node
versions
2021-03-19 14:12:49 -07:00
Matt Bierner 5c0c637a04 Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
Eric Amodio 1cd067471e Trims url to avoid issues 2021-03-19 14:23:30 -04:00
Eric Amodio 022d823577 Fixes #110904 - adjusts error regex 2021-03-19 14:21:26 -04:00
Martin Aeschlimann b4fb4d8c2f recognize .axaml as xml language Fixes #117298 2021-03-19 09:32:31 +01:00
Matt Bierner c0885dd0c4
Add task to build extension media (#119294)
This lets us avoid checking in the compiled js files that are used inside webviews and notebooks
2021-03-18 19:15:59 -07:00
Eric Amodio 45ef649384 Adds support for fork on push for Codespaces 2021-03-18 18:46:50 -04:00
Martin Aeschlimann 5804f7dd83 Merge branch 'main' into aeschli/testsinwebworker 2021-03-18 13:10:18 +01:00
Alex Ross 3da9f36645
Cancel packagejson search in npm after 1 second 2021-03-18 12:00:20 +01:00
Alex Ross c359effab0
Fix unconfiguredPortsAttributes in devcontainer.json 2021-03-18 11:31:47 +01:00
Matt Bierner 111a6cec70 Don't include build files in repo 2021-03-17 17:57:09 -07:00
Matt Bierner 3e4c057624 Make sure we exclude ts files from published build 2021-03-17 17:53:23 -07:00
Matt Bierner 043a0ee0d9 Try cache busting on reload in simple browser
Fixes #118389
2021-03-17 17:24:48 -07:00
Matt Bierner b9f33fc242 Rename CodeActionKind.Manual -> Invoke
For #118084
2021-03-17 16:57:22 -07:00
Matt Bierner e7f3b77a9c Remove typings for unused package 2021-03-17 16:50:32 -07:00
Matt Bierner a7ae58f4db Use rmdirSync instead of rimraf 2021-03-17 16:50:32 -07:00
Rachel Macfarlane 05e970086c Add missing change session events to ms auth provider 2021-03-17 15:57:11 -07:00
Alex Ross fdb91e27d3
Add new unconfiguredPortsAttributes to config edit 2021-03-17 13:42:34 +01:00
Matt Bierner fc8d7681c4 Make sure katex styles are shipped under root of
Also copies of just the katex css we need instead of bundling the entire module
2021-03-16 17:43:52 -07:00
Matt Bierner 581a659d42 Update markdown notebook scripts 2021-03-16 17:28:29 -07:00
Matt Bierner 806c22dcc9 Skip multiple tabs test for now
This seems to work properly in my testing but breaks with the new markdown renderer. Will investigate further
2021-03-16 17:28:29 -07:00
Martin Aeschlimann c09b3d2358 typescript: enable built-in 2020 semantic token support 2021-03-17 00:15:42 +01:00
Daniel Imms b38200cf0a
Ignore testWorkspace tasks.json 2021-03-16 07:25:24 -07:00
Daniel Imms 2d536914ea
Await task config updates 2021-03-16 07:20:49 -07:00
Daniel Imms e8f5186722
Improve task test layout 2021-03-16 06:29:44 -07:00
Daniel Imms 1b9a61662a
Regression test for #118256
Part of #118256
2021-03-16 06:28:16 -07:00
Ladislau Szomoru 149a8b71c5
Workspace trust changes (#119017)
* Add dialog button customisation and reject promise if cancelled
* Use different promises to modal/soft requests
2021-03-16 10:18:42 +00:00
Martin Aeschlimann 51a15dee0a update seti theme. fixes #118912 2021-03-15 22:13:09 +01:00
Martin Aeschlimann ae510aec2a
no indent after 'source' tag: for #118902 2021-03-15 15:16:43 +01:00
Benjamin Pasero 7a55f6fed7
skip failing notebook test 2021-03-15 13:24:01 +01:00
Johannes Rieken 0e05a1f21a
fix integration test 2021-03-15 09:11:45 +01:00
Johannes Rieken 819cb01e0e
make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889 2021-03-15 08:58:55 +01:00
Peng Lyu 1a5d7f4f8e
Merge pull request #118482 from microsoft/rebornix/nb-list-focus
Rebornix/nb list focus
2021-03-12 11:56:14 -08:00
Abhijeet Joshi b81cea2a35
Fix Emmet abbreviation for Handlebars style blocks (#118832)
Co-authored-by: Abhijeet Joshi <abhjos@microsoft.com>
2021-03-12 11:54:16 -08:00
rebornix 216bff5771
Merge remote-tracking branch 'origin/main' into rebornix/nb-list-focus 2021-03-12 10:59:40 -08:00
rebornix eac163c061
fix tests. 2021-03-12 10:56:46 -08:00