Commit Graph
73433 Commits
Author SHA1 Message Date
Martin Aeschlimann 1cbdea3da0 Revisit explicit use of ConfigurationTarget.USER when updating config. For #109373 2020-11-05 10:39:38 +01:00
Alex Ross a69f07abf0 Revisit use of ConfigurationTarget.User in tasks
Part of #109373
2020-11-05 10:38:32 +01:00
Martin Aeschlimann 22c2bad746 Merge pull request #109966 from microsoft/aeschli/remoteThemeFix
workspace color theme setting not picked up on remote
2020-11-05 10:31:38 +01:00
Martin Aeschlimann 4f88f448a0 Adopt StorageTarget. For #109967 2020-11-05 10:30:20 +01:00
Benjamin Pasero c486bbf493 editors - add a menu item to keep editors open 2020-11-05 10:27:03 +01:00
Alex Ross 1082f3e58c Adopt storage target in tasks and remote explorer
Part of #109967
2020-11-05 10:25:37 +01:00
Alexandru Dima a3658a2fee Merge branch 'master' into scrollbar-paging 2020-11-05 10:04:34 +01:00
Benjamin Pasero 1c0d056915 editors - some preview tweaks 2020-11-05 09:54:37 +01:00
Sandeep Somavarapu 19044c847c #109373 do not pass user target 2020-11-05 09:38:40 +01:00
Benjamin Pasero 92b6b9c80a storage - adopt more storage targets (#109967) 2020-11-05 08:34:43 +01:00
Benjamin Pasero 805ba83b59 Storage service error in shared process console (fix #109985) 2020-11-05 07:17:41 +01:00
Rob Lourens eae74f5125 Loc comment #100941 2020-11-04 18:51:10 -08:00
Matt Bierner e57af55eaa Pick up latest TS nightly for building VS Code 2020-11-04 18:06:39 -08:00
Matt Bierner 4a54027a82 Disable rename after refactoring in interactive playground
Fixes #75137
2020-11-04 18:06:39 -08:00
rebornix e6079bd127 fix #105614. 2020-11-04 17:53:36 -08:00
Rachel Macfarlane 373ea1b969 Fix build 2020-11-04 16:34:33 -08:00
Rachel Macfarlane 6eeaab8e5d Handle cancelled sign in when publishing to GitHub, fixes #96502 2020-11-04 16:22:52 -08:00
rebornix 2e6d3bdf6c fix #27836. 2020-11-04 16:18:13 -08:00
Rachel Macfarlane 0f623956c2 Show dialog when there are no trusted extensions for account, fixes #96359 2020-11-04 15:44:04 -08:00
Rachel Macfarlane 5463322d19 Clear trusted extensions on sign out, fixes #96616 2020-11-04 15:44:04 -08:00
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
Jade 4a6a5ab1f8 Explicit fontLigatures description
Fix #92823. Related general UI bug: #109984.
2020-11-04 14:14:21 -08: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
Martin Aeschlimann bc5c7923f8 Merge branch 'master' into aeschli/remoteThemeFix 2020-11-04 17:27:12 +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