Commit graph

9365 commits

Author SHA1 Message Date
João Moreno 96e3e0f05f hide git rev-parse --show-toplevel 2020-07-06 09:49:11 +02:00
Fedor Nezhivoi 4e4941b802
fix #79275 enable encodings for web (#101706)
* fix #79275 enable encodings for web

* fix one more place and prettify object

* 💄

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-04 13:42:31 +02:00
Benjamin Pasero 1fb0d4424d
🆙 jschardet@2.2.1 (#33720) (#101489) 2020-07-03 15:53:02 +02:00
Matt Bierner 2ce03eed5a Update VS Code refactoring support for new TS 4.0 api
Adopts changes from https://github.com/microsoft/TypeScript/pull/37871/
2020-07-02 16:41:34 -07:00
Armando Aguirre 2ddb2c5a72
Added word boundary on tsserver regex (#101598)
Adds a word boundary on the tsserver regex so that it doens't get confused by other file names.
2020-07-02 13:18:57 -07:00
Eric Amodio 842537285e Makes ✔ commit button work 2020-07-02 15:09:16 -04:00
Eric Amodio d3f4b7ec30 Fixes clearing context on reload if no changes
Adds statusbar entry
Reworks context storage a bit
2020-07-02 04:02:15 -04:00
Eric Amodio d6adf8aaf2 Re-adds command 2020-07-02 04:02:15 -04:00
Matt Bierner 4c7d564080 Pick up new TS version 2020-07-01 13:29:18 -07:00
Anoesj Sadraee cac8f2e908
Add 'pnpm' option to NPM scripts (#100654)
Co-authored-by: Alex Ross <alros@microsoft.com>
2020-07-01 15:36:37 +02:00
João Moreno 88b1fa85e4 fixes #100701 2020-07-01 11:13:23 +02:00
João Moreno 4b4e0e0f3f rogue return 2020-07-01 11:09:58 +02:00
João Moreno 76eea18280 Merge branch 'master' of https://github.com/microsoft/vscode 2020-07-01 11:07:09 +02:00
João Moreno 2aef194841 fixes #101409 2020-07-01 11:07:06 +02:00
João Moreno d3eab32eca fixes #100479 2020-07-01 11:01:59 +02:00
Martin Aeschlimann 91dd76a7f8 high contrast theme: add semanticTokenColors for cpp. For #97177 2020-07-01 11:00:47 +02:00
João Moreno 53e793d7fc use workspace fs 2020-07-01 10:58:57 +02:00
João Moreno ffda3a18cc fixes #100183 2020-07-01 10:51:55 +02:00
João Moreno 3e492a3a5c fixes #99447 2020-07-01 10:24:07 +02:00
João Moreno f457cf5310 fixes #101078 2020-07-01 09:37:23 +02:00
Rob Lourens 43a10264cd Comment out part of test - see #101462 2020-06-30 18:16:50 -07:00
Martin Aeschlimann f1d7f7f6ce Add new semantic token scopes to Dark+ and Light+ themes?. Fixes #97177 2020-06-30 22:09:26 +02:00
Martin Aeschlimann e68707852f fix json readme typos 2020-06-30 21:08:04 +02:00
Martin Aeschlimann aa98d29af9 typo in JSON fileMatch hover text. FIxes #101408 2020-06-30 20:40:00 +02:00
Miguel Solorio 1d2af097fb Update notebook cell styles for light themes 2020-06-29 15:07:46 -07:00
Eric Amodio 0be16f743a Fixes full-text search 2020-06-29 18:05:41 -04:00
Eric Amodio 8bcf177236 Fixes issues with create/copy/rename/delete 2020-06-29 17:52:40 -04:00
Eric Amodio 6a6876b023 Minor code reorg 2020-06-29 17:52:40 -04:00
Matt Bierner c5b91342d6 Remove extra dispose implementations 2020-06-29 14:40:15 -07:00
Martin Aeschlimann bc3e76f232 npm web: add when contexts 2020-06-29 21:53:37 +02:00
Martin Aeschlimann 074629766b [css][html] update services 2020-06-29 20:29:17 +02:00
Christof Marti 7d64a2b3d7 Official version number regex and doc (microsoft/vscode-remote-release#3253) 2020-06-29 16:37:44 +02:00
João Moreno 57f08f6b74
Merge pull request #101114 from daniel-j-davis/feature/add-git-squash-message
Adding .git/SQUASH_MSG detection to commit message auto-fill #101078
2020-06-29 16:16:34 +02:00
Christof Marti 7267e39126 Allow version numbers (fixes microsoft/vscode-remote-release#3253) 2020-06-29 14:21:03 +02:00
Christof Marti 4748c002eb Configurations by container name (microsoft/vscode-remote-release#3198) 2020-06-29 13:58:07 +02:00
Eric Amodio 017129571a Adds file create, rename, & delete support 2020-06-29 03:29:19 -04:00
Eric Amodio 28ea0f0aaa Fixes node runtime error 2020-06-29 03:29:19 -04:00
Eric Amodio f61fed5a35 Adds timestamp to GitHub stat requests 2020-06-29 03:29:19 -04:00
Fedor Nezhivoi 574779eb61
update iconv-lite-umd to 0.6.5 for #79275 (#101262) 2020-06-29 08:12:42 +02:00
Fedor Nezhivoi b03f792383
update iconv-lite-umd to 0.6.4 for #79275 (#101213) 2020-06-28 10:05:39 +02:00
Matt Bierner 04c36be045 Prompt user to upload TS Server log 2020-06-26 16:41:38 -07:00
Matt Bierner 90de01176e Always enable dynamic syntax server on TS 4.0+
We are looking for feedback on this new setting. For those on TS 4.0+, it should also be a sensible default
2020-06-26 16:18:48 -07:00
Matt Bierner 9d59cb9813 Reduce duplicate code
Merge the `SyntaxRoutingTsServer` and `ProjectLoadingRoutingSyntaxTsServer` classes since these only differ routing to the syntax server while a project is loading
2020-06-26 16:18:48 -07:00
João Moreno e0d4a2fe2d git: lighter warning 2020-06-26 23:32:40 +02:00
Daniel Davis df1575d529 Changing return type back 2020-06-26 16:57:57 +01:00
Daniel Davis b3c2e36cd4 Changing commit message auto-fill to use the first non-undefined message 2020-06-26 16:55:25 +01:00
Martin Aeschlimann 6eeb350744 update typescript-vscode-sh-plugin (fix version check) 2020-06-26 15:26:15 +02:00
Daniel Davis 7bb8f9103e Changing commit message to use Promise.race instead of bad comparison 2020-06-26 14:03:43 +01:00
Daniel Davis 05e719bede Changing auto-fill commit message to check for getMergeMessage OR getSquashMessage 2020-06-26 13:26:40 +01:00
Martin Aeschlimann ebbb51635e update language client versions 2020-06-26 14:12:11 +02:00
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