Commit graph

72435 commits

Author SHA1 Message Date
Connor Peet f4e49a5f3a
php: revert break deindent behavior
Fixes https://github.com/microsoft/vscode/issues/104836
2020-11-04 15:40:46 -08:00
Connor Peet 6bbb17d318
terminal: unregister csi handler when not in use for performance
Fixes https://github.com/microsoft/vscode/issues/109864
2020-11-04 15:24:08 -08:00
Matt Bierner 81a25a894c Rename implicit project settings and deprecate old ones
For #109990
2020-11-04 14:55:28 -08:00
Matt Bierner ff7cc33236 Use objects.equals for comparing configuration objects 2020-11-04 14:33:24 -08:00
Matt Bierner 05fee0cf3d Extract implictProjectConfiguration class 2020-11-04 14:33:24 -08:00
Matt Bierner 64705a07dc Add two new setting for strict null and strict funtion in js/ts that are implicit projects
For #109988

The new `js/ts.implicitProjectConfig.strictNullChecks` and `js/ts.implicitProjectConfig.strictFunctionTypes` control these settings in implict javascript and typescript files that are not contained in a jsconfig or tsconfig project. They are enabled by default for now so that we can collect feedback on them
2020-11-04 14:33:24 -08:00
Matt Bierner c38a12c26c Quote jsconfig and tsconfig in setting 2020-11-04 14:33:24 -08:00
Sandeep Somavarapu 341124ff39 #109896 Remove IStorageKeysSyncRegistryService and introduce new service for syncing extensions storage 2020-11-04 23:27:54 +01:00
Connor Peet 05602b399f
terminal: clear typeahead after timeout
Fixes https://github.com/microsoft/vscode/issues/109617
2020-11-04 13:46:32 -08:00
Matt Bierner 8141dcf29a Extract adjustFoldingEnd 2020-11-04 13:19:38 -08:00
Matt Bierner 97db458fa4 Show closing ) while folding JS/TS
Fixes #109854
2020-11-04 13:19:38 -08:00
Matt Bierner 0608e3f5bd Pick up TS 4.1-rc for insiders 2020-11-04 13:19:38 -08:00
Sandeep Somavarapu a7cd9408a9 add comment 2020-11-04 21:38:48 +01:00
Sandeep Somavarapu 6d5736aa3c #109967 Adopt to new storage API 2020-11-04 21:35:40 +01:00
Matt Bierner c2dafddbae
Add splitLines helper function (#109869)
* Add splitLines helper  function

I noticed there are a lot of places in our codebase what split strings using a hardcoded `/\r\n|\r|\n/` regular expression. This change extracts that to a new `strings.splitLines` helper

* Update snippetSession.ts
2020-11-04 12:13:28 -08:00
Connor Peet 73eb361f29
notebooks: expose scriptUrl global to renderers and kernels
Fixes https://github.com/microsoft/vscode/issues/109932
2020-11-04 12:00:59 -08:00
Rachel Macfarlane 4286c603d6 Remove unused variable 2020-11-04 11:39:47 -08:00
Rachel Macfarlane bb8e52bca6 Update comments panel message text, fixes #91623 2020-11-04 11:39:47 -08:00
Connor Peet 7183777033
fix: run to cursor with multiple paused sessions
Fixes https://github.com/microsoft/vscode/issues/104385
2020-11-04 11:30:04 -08:00
Rachel Macfarlane d11872b127 Fix comments panel focus, fixes #103466 2020-11-04 11:22:53 -08:00
rebornix b35ea7e5a0 fix #54829 2020-11-04 11:17:56 -08:00
meganrogge 08e556dc5d fix #109486 and #109489 2020-11-04 10:16:06 -08:00
Daniel Imms f8a91e4210 Adopt IStorageService.store2 in terminal
Part of #109967
2020-11-04 10:13:31 -08:00
Rob Lourens 320602f7b6 Fix #109860 2020-11-04 09:48:09 -08:00
Johannes Rieken 660222bdec fix https://github.com/microsoft/vscode/issues/103818 2020-11-04 18:30:20 +01:00
isidor 267817cf46 debug: adopt storageService.store2
#109967
2020-11-04 18:09:49 +01:00
Johannes Rieken 7ae6a45879 adopt StorageTarget, https://github.com/microsoft/vscode/issues/109967 2020-11-04 17:18:35 +01:00
Benjamin Pasero 35026262bc storage - avoid Object.entries in platform 2020-11-04 17:11:11 +01:00
Benjamin Pasero 2c292d3af4 fix tests 2020-11-04 17:07:23 +01:00
Johannes Rieken 92314d61a5 reverse the eye open/closed icons for hiding snippets 2020-11-04 17:02:42 +01:00
Benjamin Pasero 2db5a355bc storage - adopt some StorageTargets 2020-11-04 16:58:55 +01:00
Alex Ross f5f4af6db3 Update C++ grammar 2020-11-04 16:57:02 +01:00
Johannes Rieken 5e4c53cffc add another test for https://github.com/microsoft/vscode/issues/96545 2020-11-04 16:53:38 +01:00
isidor c8d123ded5 Explorer: move off iterating over file changes
fixes #108165
2020-11-04 16:52:08 +01:00
Johannes Rieken 4b9e0bba6e
Merge pull request #108964 from turara/fix-96545
Update OneSnippet#move method to fix #96545.
2020-11-04 16:52:00 +01:00
João Moreno 9db1b1492a
Merge remote-tracking branch 'origin/master' 2020-11-04 16:27:30 +01:00
João Moreno c3b5f2bf1c
cleanup for #89313 2020-11-04 16:26:19 +01:00
Johannes Rieken 09829053d1 adopt storage changes in extension bisect 2020-11-04 16:24:50 +01:00
Johannes Rieken fa61ee7caf fix flawed comparison, increase threshold 2020-11-04 16:19:21 +01:00
Benjamin Pasero ea84245395 Lint Sprüngli 2020-11-04 16:04:59 +01:00
Martin Aeschlimann e3a79e9e44 [css/html/json] Randomize inspect ports to avoid conflicts 2020-11-04 16:03:27 +01:00
João Moreno 1b9cd42b9b
remove unused import 2020-11-04 15:47:49 +01:00
João Moreno 0382313947
Merge branch 'master' into pr/89313 2020-11-04 15:45:27 +01:00
João Moreno 4cd46e32b2
Merge remote-tracking branch 'origin/master' 2020-11-04 15:42:56 +01:00
João Moreno e5285908ca
💄 2020-11-04 15:42:40 +01:00
Benjamin Pasero f923ac98e9 storage - document enum better 2020-11-04 15:40:20 +01:00
João Moreno 90aa30e660
Merge branch 'master' into pr/89249 2020-11-04 15:38:53 +01:00
João Moreno fe458b4aa2
Merge remote-tracking branch 'origin/master' 2020-11-04 15:37:52 +01:00
João Moreno 6029cd4e3a
Merge branch 'refs/heads/pr/88772' 2020-11-04 15:37:24 +01:00
Benjamin Pasero 163bd1dcb3 storage - rename storage change event 2020-11-04 15:36:35 +01:00