Commit graph

9365 commits

Author SHA1 Message Date
Martin Aeschlimann a2a26b392b
Merge pull request #101066 from microsoft/aeschli/use-shared-webpack-browser-config
use shared webpack config for browser
2020-06-26 14:01:29 +02:00
Daniel Davis 3f90d90ab2 Adding .git/SQUASH_MSG detection to commit message autofill 2020-06-26 12:35:32 +01:00
Martin Aeschlimann 8e1fe1d899 Merge branch 'master' of https://github.com/microsoft/vscode 2020-06-26 11:15:36 +02:00
Martin Aeschlimann 4f1997dcc7 fix windows path issues in yarn watch-web 2020-06-26 11:15:27 +02:00
Martin Aeschlimann 058e1095b2 fix merge-conflict browser main 2020-06-26 11:14:23 +02:00
Martin Aeschlimann ae1599a0b7 fix merge-conflict for browser 2020-06-26 10:54:29 +02:00
Martin Aeschlimann 94081f67b6 shared webpack browser config: add WEBWORKER definition 2020-06-26 10:13:08 +02:00
Martin Aeschlimann 4952232a7b
Merge pull request #101046 from madskristensen/patch-2
Fix SchemaStore.org URLs
2020-06-26 08:46:20 +02:00
Martin Aeschlimann cc595adb2c
Merge pull request #101047 from madskristensen/patch-3
Use HTTPS urls for SchemaStore.org
2020-06-26 08:43:58 +02:00
Matt Bierner 32e6693f00 Fix race on 'projectInfo' requests
Fixes #101076

Make sure we fully start the TS Server (including uploading files) before sending the 'projectInfo' request for the status bar item
2020-06-25 16:44:25 -07:00
Peng Lyu aba3a8e440
Merge pull request #100545 from microsoft/rebornix/separate-textmodel-selection
Notebook: separate selections and text model
2020-06-25 15:37:10 -07:00
Matt Bierner 48c6e3979d
Add experimental support for using iframes for webviews (#100991)
* Use non-deprecated API version

* Prototype: enable offline iframe based webviews on desktop

Adds a new `vscode-webview` protocol  for loading the wrapper contents of a webview

Still needs cleaning up

* fix loading of electron webview

* Cleanup and add `webview.experimental.useIframes` setting

Co-authored-by: deepak1556 <hop2deep@gmail.com>
2020-06-25 14:52:02 -07:00
Peng Lyu a71c35310e
Merge branch 'master' into rebornix/separate-textmodel-selection 2020-06-25 14:48:26 -07:00
Martin Aeschlimann d0a272d025 use shared webpack config for browser 2020-06-25 23:30:00 +02:00
Martin Aeschlimann 16be2c9885 used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
João Moreno 5c94be9df2 Merge branch 'joao/scm-view' 2020-06-25 21:10:09 +02:00
Eric Amodio 9b620b291e Removes unused usings 2020-06-25 14:21:23 -04:00
Eric Amodio bbf2b93cec Removes Open repository command for now
Until we stabilize the uris want to limit the visibility of this
2020-06-25 14:11:22 -04:00
Eric Amodio 1af716cdca Fixes web build (sha1 issues) 2020-06-25 14:11:22 -04:00
Eric Amodio 787f4cdbe1 Improves stat perf & accuracy
Removes rename change (will track like git, delete + add)
2020-06-25 14:11:21 -04:00
Eric Amodio f8f24d4567 Adds timestamps to changes 2020-06-25 14:11:21 -04:00
Eric Amodio 8e27d6a63c Fixes bad repo regex 2020-06-25 14:11:21 -04:00
Eric Amodio 789f0b04d6 Adds edit & commit support (wip) 2020-06-25 14:11:21 -04:00
Mads Kristensen 420abc5760
Use HTTPS urls for SchemaStore.org
SchemaStore.org now supports HTTPS and no longer rely on *.azurewebsites.net as a backdoor to HTTPS
2020-06-25 10:16:28 -07:00
Mads Kristensen 860ca64f07
Fix SchemaStore.org URLs
SchemaStore.org now support HTTPS directly instead of relying on the backdoor through *.azurewebsites.net
2020-06-25 10:13:47 -07:00
João Moreno 0ab4cde628 Merge branch 'master' into joao/scm-view 2020-06-25 12:30:35 +02:00
João Moreno 0bf3a85363 fix scm input visibility 2020-06-25 12:16:36 +02:00
Martin Aeschlimann a180933669 [html] make mode services async 2020-06-25 11:48:24 +02:00
João Moreno 8efd882655 Merge branch 'master' into joao/scm-view 2020-06-25 10:35:16 +02:00
Johannes Rieken ef9a24f021 don't check for number of documents, https://github.com/microsoft/vscode/issues/100842 2020-06-25 10:20:49 +02:00
isidor 4e6150b4e0 change unstage selected ranges to cmd+k cmd+n
fixes #99011
2020-06-25 09:19:18 +02:00
Rachel Macfarlane 629e1d7e16 Remove old getSessions and login methods from auth provider API 2020-06-24 15:33:09 -07:00
rebornix 13c7236201 Revert "#100911 Skip failing tests"
This reverts commit 5eb021aca9.
2020-06-24 07:51:17 -07:00
João Moreno 951abb3dba Merge branch 'master' into joao/scm-view 2020-06-24 15:29:27 +02:00
Martin Aeschlimann e6944cee80 Merge branch 'master' into aeschli/html-headless 2020-06-24 11:33:19 +02:00
Martin Aeschlimann 8c5e2438e7 [html] update service 2020-06-24 11:32:46 +02:00
Martin Aeschlimann 3d4fe5cfe6 [css] update service 2020-06-24 11:27:22 +02:00
João Moreno bdcb290645
ux 2020-06-24 11:11:34 +02:00
Sandeep Somavarapu 5eb021aca9 #100911 Skip failing tests 2020-06-24 09:12:59 +02:00
Martin Aeschlimann 6a18c72bbf add library loader 2020-06-23 22:58:54 +02:00
Martin Aeschlimann 9b8fec1546 Merge branch 'master' into aeschli/html-headless 2020-06-23 22:43:37 +02:00
Martin Aeschlimann 05c5be7b87 extract loadLibrary 2020-06-23 22:43:25 +02:00
João Moreno 3625061201
styling, menus 2020-06-23 19:57:46 +02:00
rebornix 573a528d72 Merge remote-tracking branch 'origin/master' into rebornix/separate-textmodel-selection 2020-06-23 08:07:17 -07:00
Alex Dima bd22672b73
Better platform testing 2020-06-23 17:03:08 +02:00
Johannes Rieken f2d49ea57e add debug logging for https://github.com/microsoft/vscode/issues/100828 2020-06-23 13:19:31 +02:00
Christof Marti 3d93daf7ca Not only (#70887) 2020-06-23 10:22:21 +02:00
Sandeep Somavarapu 434dc1bb66 Disabled as it is failing in build @jrieken #100828 2020-06-23 10:15:29 +02:00
rebornix df3d767b89 more crash testing 2020-06-22 16:30:09 -07:00
Matt Bierner adb27e5fd0 enable/disable deprecated diagnostics in core instead of requiring each diagnostic provider do so 2020-06-22 15:21:15 -07:00
Wenlu Wang 9d6054c99d
Add ts/js deprecated support (#97742)
* Add ts/js deprecated support

* Support callhierarchy

* avoid tags

* fix lint

* fix lint

* Avoid changes

* Avoid assign

* Avoid changes

* Avoid styles

* Add temp deps for build

* update version

* add config item

* fix type

* Use expiremental namepsace

* fix types
2020-06-22 14:01:37 -07:00
Alex Ross 40bda94ebc Custom executions get lost during fetchTasks
Fixes #100577
2020-06-22 18:36:32 +02:00
Alex Ross 447603c7dc Specifically test ordering in CustomExecution test
Part of #100733
2020-06-22 18:36:31 +02:00
Christof Marti 0a8c1aea39 Update fix (#70887) 2020-06-22 17:58:04 +02:00
Christof Marti 4242275cb1 Fix tests (fixes #70887) 2020-06-22 14:02:42 +02:00
Martin Aeschlimann a5cdb44413
Merge pull request #100657 from MrNossiom/patch-1
Update logging
2020-06-22 13:03:39 +02:00
João Moreno fad4d8d254
fixes #100524 2020-06-21 22:58:32 +02:00
Milo Moisson fc8b56a966
Update logging
Remove enter after console.log/warn/error.
Really ennoying...
2020-06-20 18:26:14 +02:00
Fedor Nezhivoi 24e0a82229
Move encoding to common for #79275 (#100539)
* move encoding.ts to common for #79275

* load iconv-lite-umd and jschardet in web version for #79275

* move EncodingOracle to the AbstractTextFileService for #79275

* review

* update to new iconv-lite-umd

* add workaround for jschardet types

* fix indentation

* add iconv-lite-umd and jschardet to workbench.html

* fix paths for modules

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-20 10:47:29 +02:00
rebornix 765681974d 💄 2020-06-19 19:11:24 -07:00
rebornix 8ee4f044c6 Merge remote-tracking branch 'origin/master' into rebornix/separate-textmodel-selection 2020-06-19 16:18:54 -07:00
Martin Aeschlimann d16e306c2e html headless 2020-06-19 23:35:45 +02:00
rebornix ac9e97aaa5 delay cells change from revert. 2020-06-19 13:52:59 -07:00
Martin Aeschlimann c23285f8c8 [json] server path fix (for json-server npm) 2020-06-19 21:58:54 +02:00
Martin Aeschlimann 3acea34ca5 [css] custom data polishes 2020-06-19 21:58:54 +02:00
Martin Aeschlimann e32da59d30 [npm] support serverless & cleanup 2020-06-19 21:58:54 +02:00
rebornix 5d9e565557 📓 Separate selections and text model 2020-06-18 19:22:08 -07:00
rebornix 9b38a98bc4 skip undo/redo test. 2020-06-18 10:38:30 -07:00
Alex Ross ca74bac4b0 Update grammars 2020-06-18 17:35:13 +02:00
Fedor Nezhivoi 314b58c8e1
switch to use iconv-lite-umd for #79275 (#100472)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-06-18 16:08:17 +02:00
Dirk Baeumer 0980b4d681 Fixes #96794: php.validate.executablePath - Unable to override in workspace 2020-06-18 10:37:24 +02:00
rebornix 6c68514534 Fix #100329. Content providers can contribute to undo/redo stack of a notebook document. 2020-06-17 17:08:09 -07:00
Matt Bierner b95968eafb Don't include inline source maps in markdown preview scripts 2020-06-17 15:24:16 -07:00
Matt Bierner d7ae69e916 Pick up TS 3.9.5 2020-06-17 15:13:42 -07:00
Alex Ross 1a1b76f0ee Check for undefined specifically in task execution test
Part of #100361
2020-06-17 11:41:48 +02:00
Benjamin Pasero 3675f28129 Revert "Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)""
This reverts commit 495112ded5.
2020-06-17 10:45:58 +02:00
João Moreno 208d556b1d
fixes #100015 2020-06-17 09:41:55 +02:00
Benjamin Pasero 495112ded5 Revert "decouple vs/base/node/encoding.ts from node streams for #79275 (#99413)"
This reverts commit 1dbfecd37f.
2020-06-17 09:09:59 +02:00
Fedor Nezhivoi 1dbfecd37f
decouple vs/base/node/encoding.ts from node streams for #79275 (#99413) 2020-06-17 09:09:12 +02:00
rebornix e7e21e7af4 typings refactoring not picked up. 2020-06-16 16:48:05 -07:00
Alex Ross 3e4f95f60a Fix ordering in tasks execution tests 2020-06-16 17:52:30 +02:00
Alex Ross 388da4e6f6 Make task execution event tests more specific 2020-06-16 16:36:10 +02:00
Rhitik Bhatt 4dfc14b846
Fixes buggy onEnter behavior when used with generator method (#100076)
* Adds regex to ignore already closed comment block

* Adds test case for generator method onEnter buggy behavior
2020-06-15 11:57:40 -07:00
rebornix 350507a753 revert/backup should not be optional 2020-06-15 11:46:17 -07:00
Daniel Imms bf9991ad52 Skip test that flakes on Linux only 2020-06-15 09:37:57 -07:00
Daniel Imms 54b6e8fa41
Merge pull request #100011 from microsoft/tyriar/term_errors
Refactor terminal launch, improve error handling and add troubleshoot link to notification
2020-06-15 09:33:41 -07:00
Connor Peet 45dbf43a87
Merge branch 'connor4312/identify-cell-outputs' 2020-06-15 09:14:23 -07:00
Daniel Imms a870da6ab2
Merge branch 'master' into tyriar/term_errors 2020-06-15 06:20:48 -07:00
Johannes Rieken a875bd1919 use a true random file name when testing that openTextDocument opens another document, fixes https://github.com/microsoft/vscode/issues/100159 2020-06-15 11:45:59 +02:00
João Moreno cb29362cc7
fixes #100168 2020-06-15 10:28:35 +02:00
Daniel Imms 63e04d0b07 Remove logging 2020-06-14 14:00:21 -07:00
Daniel Imms 5053f27c39
Merge branch 'master' into tyriar/term_errors 2020-06-14 06:56:51 -07:00
Daniel Imms 4307ebe69b Log to debug on ci 2020-06-14 05:38:44 -07:00
Daniel Imms 1a2bc0feb7 Try use dom renderer 2020-06-13 12:21:53 -07:00
Daniel Imms d1e834a73e Don't show terminal in test
Seems to be causing a Chromium error in containers related to gpu
2020-06-13 09:33:35 -07:00
Rachel Macfarlane 1a1ab8a435 Better handling for MS auth provider when refresh token is not requested 2020-06-12 15:08:00 -07:00
Connor Peet e8a11a80d6
fixup! tests 2020-06-12 14:34:45 -07:00
Miguel Solorio fe70e8e27b Update markdown extension to use codicons (fixes #99976) 2020-06-12 11:30:53 -07:00
Martin Aeschlimann 79b6605b4d serverless: add python basic extension 2020-06-12 18:10:21 +02:00
Martin Aeschlimann d78d88f7a8 make merge-conflic serverless 2020-06-12 11:03:52 +02:00
Matt Bierner 7e4cc2c435 Only run specific commands on the syntax server
This works better than running all commands on the syntax server by default
2020-06-11 20:05:33 -07:00
Matt Bierner 4933ceede3 Remove use strict 2020-06-11 20:05:33 -07:00
Matt Bierner 2c517389bc Move example files for memfs to own folder
The strings for these files were taking up a lot of space, making browsing memfs.ts difficult
2020-06-11 20:05:33 -07:00
rebornix ad30a37105 💄 2020-06-11 15:24:19 -07:00
rebornix 338eb5c82d Fix #98828. Copy cell should copy metadata. 2020-06-11 15:24:19 -07:00
Martin Aeschlimann 9007dfc971 json webpack fixes 2020-06-11 22:28:05 +02:00
Martin Aeschlimann 8e58baf50d configuration-editing serverless 2020-06-11 22:27:51 +02:00
Martin Aeschlimann 917064c80c move polyfills to build/polyfills 2020-06-11 21:54:43 +02:00
Matt Bierner 84487337d7 Remove more unused files from the typescript package 2020-06-11 11:52:28 -07:00
Martin Aeschlimann 4c030c46d4 [json] run serverless 2020-06-11 18:32:24 +02:00
João Moreno 159bc687ca
fix regex 2020-06-11 17:29:12 +02:00
Martin Aeschlimann 6af2987903 html/json: compute server module without server package.json 2020-06-11 14:59:56 +02:00
Alex Ross ebc956492b Add task API test for execution equality
Related to https://github.com/microsoft/vscode/issues/96643
2020-06-11 11:54:27 +02:00
Martin Aeschlimann 0a5e259993 web: turn off markdown performance hints 2020-06-11 11:37:58 +02:00
João Moreno 3cc8685501
fixes #24883 2020-06-11 11:36:57 +02:00
Martin Aeschlimann e9c7969f93 add polyfills/** to vscodeignore 2020-06-11 10:18:39 +02:00
Martin Aeschlimann 57b0384a1a [css] have compiled vscode-nls shim 2020-06-11 10:18:39 +02:00
Martin Aeschlimann 9de8a85408 extensions in web build 2020-06-11 10:18:11 +02:00
Matt Bierner 0145e38e5f Enable the image preview in web/serverless
Fixes #99802
2020-06-10 16:44:10 -07:00
Matt Bierner 263baa79b0 Use extensionUri instead of Uri.file 2020-06-10 16:44:10 -07:00
Matt Bierner 86a9e31ccc Update JS/TS grammars 2020-06-10 16:44:10 -07:00
Matt Bierner 1275b918be Use joinPath in a few more places 2020-06-10 16:44:10 -07:00
Rob Lourens 002d722585
Merge pull request #99642 from microsoft/adi/object-setting-gui
Add a basic object renderer
2020-06-10 14:29:17 -07:00
Utsav Munendra 19dcc7916c
Fixes https://github.com/microsoft/vscode/issues/79910 (#80150)
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2020-06-10 17:41:48 +02:00
Aditya Thakral 3431da2b80 Support additionalProperties 2020-06-10 10:56:09 -04:00
Johannes Rieken 0fd2688cb4 check if clipboard actually works and only iff so write tests... 2020-06-10 16:08:29 +02:00
João Moreno 24f1b69a90
git file system should wait for model to be initialized 2020-06-10 15:44:53 +02:00
Alex Ross 92164dd93d
Add a pattern to the git BranchQuery (#99681)
* Add a pattern to the git BranchQuery

* Add count, which makes getting refs even faster

* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
Robert Massaioli f3ffbedd41
Update for-in loop to work with eslint:recommended (#99721)
The code in the automatic template will fail this eslint rule: https://eslint.org/docs/rules/no-prototype-builtins. This is just plain annoying.

This change will make the snippet generated code not fail the linter. It will also avoid the subtle bugs that the eslint rule was made to avoid in the first place.
2020-06-09 23:52:58 -07:00
Eric Amodio 835142c44e Allows refs in github uris 2020-06-10 01:42:04 -04:00
Matt Bierner b5ba760623 Adopt Uri.joinPath
For #99717
2020-06-09 16:08:42 -07:00
Matt Bierner a51205f59d Fix markdown preview in serverless
For #99717
2020-06-09 16:04:47 -07:00
Matt Bierner b42086b6eb Enable markdown language features for web/serverless 2020-06-09 15:32:18 -07:00
Matt Bierner 53dc6287a5 Fix markdown sample having its entire content as a code block 2020-06-09 15:32:18 -07:00
rebornix 97adc29122 💂 2020-06-09 13:20:08 -07:00
Eric Amodio 3d4ced42d0 Fixes #99656 2020-06-09 10:59:49 -04:00
Johannes Rieken e6135d58b8 fix compile errors 2020-06-09 16:09:41 +02:00
Matt Bierner 102311f877 Always send projectInfo to semantic server 2020-06-08 17:14:22 -07:00
Matt Bierner 480c98f1ab Add ProjectLoadingRoutingSyntaxTsServer
For #99643

Add a new server option for TypeScript that routes request based on if a project is loading or not

The is enabled by the undocumented `"typescript.tsserver.useSeparateSyntaxServer": "dynamic"` setting
2020-06-08 16:46:55 -07:00
Matt Bierner 0184d2f90d Extract EventName to enum 2020-06-08 16:46:55 -07:00
Aditya Thakral ca0450b6a4 Add pattern properties to emmet.includeLanguages 2020-06-08 18:56:04 -04:00
Eric Amodio 91589cbf8d Splits github fs out into its own extension 2020-06-08 18:13:27 -04:00
Eric Amodio 3a14f91f96 Support serverless github access in yarn web (wip) 2020-06-08 18:13:27 -04:00
Eric Amodio 774c4baa8f Adapts extension to work on the web/serverless 2020-06-08 18:13:26 -04:00
Martin Aeschlimann bd57bd7078 break up extension-browser.webpack.config 2020-06-08 21:46:27 +02:00
rebornix 83286288a7 💄 we can guarantee notebook events if command is not notebook related. 2020-06-08 11:26:48 -07:00
Martin Aeschlimann b49d4cf5e6 [css] requests update 2020-06-08 13:40:42 +02:00
Johannes Rieken f5a218d5a7 restore clipboard text after test, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:06:53 +02:00
Johannes Rieken 48a2d3e863 if needed , read clipboard inside MainThreadEditors#insertText, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:03:01 +02:00
Martin Aeschlimann ac3b5caf32 [html] update version, fixes #98053 2020-06-05 17:49:33 +02:00
Martin Aeschlimann b1ef2bf05f [html] auto rename matches wrong tag. Fixes #98053 2020-06-05 13:23:55 +02:00
João Moreno dfacda2138
missing yarn.lock 2020-06-05 11:09:40 +02:00
Benjamin Pasero 588097171c
Refactor our font stack (#99429)
* fonts - adopt monaco-monospace-font in more places and make it consistent

* font - use platform specific fonts in more places

* font - move system-ui before Ubuntu font in places where we cannot control platform

* font - only use system-ui on Linux

* fonts - adjust font stack for other windows
2020-06-05 10:56:07 +02:00
Matt Bierner 233eac4110 Simplify getFixAllActions 2020-06-04 15:18:51 -07:00
Martin Aeschlimann 22aaa30490 [json] offline mode, don't show resolve errors. Fixes #96083 2020-06-04 16:34:52 +02:00
Martin Aeschlimann 5329ea8fd3 [json] update service. Fixes #96351 2020-06-04 14:31:02 +02:00
Christof Marti e5ff305c7a Add "codespaces" 2020-06-04 10:43:15 +02:00
Christof Marti 735e08aa94 postStartCommand and postAttachCommand (fixes microsoft/vscode-remote-release#3107) 2020-06-04 10:15:03 +02:00
rebornix e35510bccb clean workspace after one test finishes. 2020-06-03 19:29:37 -07:00
rebornix 8dd0614799 💄 2020-06-03 19:11:37 -07:00
rebornix 49213f36de flaky webview related nb iteration test. 2020-06-03 18:53:46 -07:00
João Moreno 43f362b448
fixes #96356 2020-06-03 15:19:05 +02:00
João Moreno 38cf89bcb3
fixes #97396 2020-06-03 14:24:40 +02:00
rebornix b812666e2f Custom renderer message is still flaky 2020-06-02 15:14:31 -07:00
rebornix adae0e5b4e Fix #98841. Open file should only emit document open event, no cells change event. 2020-06-02 15:13:32 -07:00
Martin Aeschlimann 5c74021761 smoke: Language Features verifies settings failing. Fixes #99108 2020-06-02 16:27:41 +02:00
Daniel Imms 6a5361300f Fix css nls replacement path on Windows 2020-06-02 05:40:47 -07:00
Matt Bierner aa80303978 Fix scheme for webview test 2020-06-01 16:13:37 -07:00
Matt Bierner eb09996238 Move custom editor provider out of proposed to main api
For #77131
2020-06-01 14:45:05 -07:00
Matt Bierner 05d6fb6634 Support new TS proposed API for refactorings
For https://github.com/microsoft/TypeScript/pull/38378/files#diff-121b46a8c0f71b73817f429b57e27e61R553
2020-06-01 14:18:41 -07:00
Matt Bierner f4a8d2e0b1 Update markdown grammar 2020-06-01 14:18:41 -07:00
rebornix 7e9abe577d notebook resolve should wait for * activated events. 2020-06-01 13:17:33 -07:00
rebornix f9ca74dcf1 add explicit activation event for notebook test ext. 2020-06-01 13:10:28 -07:00
Peng Lyu 6e6a2bab2e
Merge pull request #98923 from microsoft/rebornix/notebook-events
notebook events between renderer & exthost
2020-06-01 11:45:19 -07:00
rebornix 7a38b84bc7 vscode resolve file. 2020-06-01 11:21:59 -07:00
Rachel Macfarlane d37370d89d Fix #96368 2020-06-01 10:11:06 -07:00
Rachel Macfarlane 4e15a24678 Support directly entering PAT for github auth as well as entering url 2020-06-01 09:49:13 -07:00
rebornix ed0803e668 fix false negative tests 2020-05-30 18:05:54 -07:00
rebornix b1c870fe25 Disable webview related tests on web. 2020-05-30 18:02:56 -07:00
rebornix a14a793150 split editor does not await, notebook events are not sent to ext host in time on Web. 2020-05-30 18:02:31 -07:00
matt penrice 3cb12a21b5
Create VsCodeResource for schemed filepaths (#94986) 2020-05-29 12:00:22 -07:00
Matt Bierner dfde221caa Fix the remove unused source action not removing single unused interfaces 2020-05-29 11:05:38 -07:00
Matt Bierner 5f8e6d0b19 Make sure add all missing imports quick fix comes after individual add missing import quick fixes
Fixes #98613
2020-05-29 11:05:38 -07:00
Johannes Rieken b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00
Matt Bierner cd41dd1f60 Pick up new TS version 2020-05-28 19:53:50 -07:00
Martin Aeschlimann e4e4343217 Improve new constant color, tests. For #97373 2020-05-29 00:22:17 +02:00
Martin Aeschlimann 6933f31854 Improve new constant color. For #97373 2020-05-29 00:08:56 +02:00
Martin Aeschlimann 9b4e59b7f7 Merge branch 'master' into aeschli/cssheadless 2020-05-28 22:20:53 +02:00
Martin Aeschlimann c6f665734a add TextEncoder to runtime 2020-05-28 22:18:58 +02:00
Rachel Macfarlane a79822ac0a Remove old auth provider migration code 2020-05-28 12:55:52 -07:00
Martin Aeschlimann eba3d294a2 [css] path completion in web 2020-05-28 21:54:35 +02:00
rebornix 37a3496bb0 share undo stack between text models in a notebook. the undo stack is not shared with notebook itself yet due to #98750. 2020-05-28 10:29:04 -07:00
Martin Aeschlimann 1ece4c4c25 adopt new languageserver node modules 2020-05-28 18:04:11 +02:00
Matt Bierner 7a4880a6bd Add some extra guards around image loading 2020-05-27 19:56:02 -07:00
Matt Bierner 4f7afb5a98 Skip failing test 2020-05-27 19:33:10 -07:00
Peng Lyu c86d1760ea
Merge pull request #98691 from microsoft/rebornix/multi-exthost-renderers
load custom renderers when reloading from backup.
2020-05-27 16:28:16 -07:00
rebornix 8bac4d17ad combine events from edits from ext host. 2020-05-27 16:00:49 -07:00
Martin Aeschlimann 32f9787b89 unused import 2020-05-27 22:51:58 +02:00
Martin Aeschlimann 3ed67bc863 add client/server browser parts 2020-05-27 22:35:37 +02:00
Jack Works ece530adcf
Update typescript.code-snippets (#98521) 2020-05-27 11:41:23 -07:00
SteVen Batten b41766a0d9 tweak sizing 2020-05-27 10:52:23 -07:00
SteVen Batten b384147f84 add icon for npm scripts
refs #93964
2020-05-27 10:46:01 -07:00
Rachel Macfarlane a6c47beb1b Remove unused code in github auth provider 2020-05-27 09:37:54 -07:00
rebornix 9ae8d33358 disable second move down. 2020-05-27 08:06:50 -07:00
João Moreno e0046cbd1d
💄 2020-05-27 15:35:08 +02:00
João Moreno 844960ea1e
Merge branch 'master' into pr/97349 2020-05-27 15:30:08 +02:00
João Moreno 8cce062aaf
💄 2020-05-27 15:27:13 +02:00
João Moreno 9fcc5e8195
Merge branch 'master' into pr/84843 2020-05-27 15:18:44 +02:00
Rick van Galen 571b747c28
Containerfile support (#93184)
* Apply Dockerfile highlighting to Containerfile

* Recognize Containerfile in Search Editor highlighting

* Register opening Containerfile files on macOS

* Register opening Containerfile files on Windows
2020-05-27 14:47:27 +02:00
Martin Aeschlimann 90861d4924 Merge branch 'master' into aeschli/cssheadless 2020-05-27 10:54:07 +02:00
Martin Aeschlimann 2d47826dac Adopt LS service/client that has common & node 2020-05-27 09:34:02 +02:00
Matt Bierner 040034f7ae Update colorizer baselines 2020-05-26 16:22:50 -07:00
Miguel Solorio a389e193e6
Merge branch 'master' into add-monokai-dimmed-terminal-colors 2020-05-26 13:40:48 -07:00
John Blackbourn b398b7ea14
Treat *.ts.map files as JSON (#98409) 2020-05-26 11:59:28 -07:00
Andrew Branch 766e520783
Allow TS Server to be started with --inspect-brk (#98340) 2020-05-26 11:57:02 -07:00
Miguel Solorio 6d7800fe9c
Merge branch 'master' into misolori/seti-update-05-2020 2020-05-26 11:29:28 -07:00
Miguel Solorio eb781a2e0a Fix #98602 2020-05-26 11:25:22 -07:00
rebornix 56393440fb add error messages for notebook workflow integration tests. 2020-05-26 10:14:52 -07:00
Martin Aeschlimann d1a3e6ede6 run webpack in code-dev 2020-05-26 18:15:01 +02:00
Miguel Solorio 8213982e27 Update seti-ui theme 2020-05-26 08:50:43 -07:00
Martin Aeschlimann f9bb157b09 Merge branch 'master' into aeschli/cssheadless 2020-05-26 16:38:03 +02:00
Benjamin Pasero a23d4daefa
Dangling text file models of deleted files hanging around in memory (#98154)
* Dangling text file models of deleted files hanging around in memory (fix #98057)

* address feedback
2020-05-26 16:29:12 +02:00
Martin Aeschlimann 8fd550c193 [css] update service 2020-05-26 15:41:30 +02:00
Martin Aeschlimann 5ef9b1a707 [css] remove path completion (now provided by service) 2020-05-26 11:40:09 +02:00
Pascal Fong Kye 65fa899fbe refactor: stage all but merge 2020-05-24 21:58:25 +02:00
Pascal Fong Kye d2b5d323d0 feat:new command stage all merge 2020-05-24 21:58:24 +02:00
rzj17 60d906fd57 Modify git add/revert to use splitInChunks 2020-05-23 18:13:55 +01:00
Martin Aeschlimann 2e5b0824d1 Allow to run css language server headless 2020-05-22 17:08:16 +02:00
Janis Gailis a34e15b15f Add terminal colors
Terminal colors are taken from Monokai, with the exception for ANSI
black, which is the editor background color.
2020-05-21 16:15:39 +03:00
rebornix dfb4dbe961 restore notebook state after test. 2020-05-20 16:22:17 -07:00
Matt Bierner 3e9b7f5072 Fix markdown fontsize
Fixes #98178
2020-05-20 15:40:27 -07:00
Matt Bierner c3b1725a2d Make sure implement interface is prioritized over remove unused
Fixes #94212
2020-05-20 15:34:02 -07:00
Matt Bierner 85a336c885 Only return single ts-ignore action if there are multiple errors on one line
Fixes #97867
2020-05-20 15:17:22 -07:00
rebornix da98a19a5d temporarily disable cell move event test. 2020-05-20 13:55:54 -07:00
rebornix 627dd8b0ca notebook webview test 2020-05-20 13:19:16 -07:00
rebornix de5ddeca61 💄 2020-05-20 11:07:27 -07:00
rebornix d321061c8c merge moveEvent into CellsChangeEvent. 2020-05-20 11:03:30 -07:00
rebornix 979ca623f1 onDidActiveNotebookEditorChange 2020-05-20 10:32:26 -07:00
Rob Lourens 9bc11824c3 Add notebook smoketests 2020-05-20 12:01:52 -05:00
rebornix af6649b9f5 💄 2020-05-20 09:09:20 -07:00
João Moreno a67d00db97
fixes #98157 2020-05-20 14:04:03 +02:00
João Moreno 025dc8a948
add remote from push 2020-05-20 11:37:53 +02:00
João Moreno 0700c9ea43
git: contributable add remote 2020-05-20 11:37:53 +02:00
João Moreno dedf4e7903
address publish to GitHub awareness 2020-05-20 11:37:52 +02:00
Alex Ross 074fc4d8da Update Python grammar
Fixes #98179
2020-05-20 10:43:20 +02:00
Johannes Rieken 1ea6771919 fix https://github.com/microsoft/vscode/issues/97836 2020-05-20 10:19:54 +02:00
rebornix 5c928428df notebookEditor.visible 2020-05-19 17:20:20 -07:00
rebornix 8e02737abc notebookEditor.active 2020-05-19 16:55:38 -07:00
Matt Bierner cfcf9d1195 Update to latest ts version 2020-05-19 16:05:53 -07:00
Peng Lyu 536078737f
Merge pull request #98126 from microsoft/rebornix/documentNEditors
Separate notebook document and editor events.
2020-05-19 15:09:52 -07:00