Commit Graph
73433 Commits
Author SHA1 Message Date
Oliver Coad d310cba731 Handle conflicting multi-char auto closing pairs (fixes #72177) 2020-11-13 11:52:21 +01:00
Dirk Baeumer 4e4f02f632 Allow ms-vscode.github-richnav to access proposed API 2020-11-13 11:11:32 +01:00
Martin Aeschlimann c5ee747748 Merge pull request #110541 from loganrosen/ember-cli
Mark .ember-cli as jsonc instead of json
2020-11-13 11:10:31 +01:00
isidor 29e7305d9d progress bar: report progress
fixes #109219
2020-11-13 11:00:15 +01:00
João Moreno 39bea31ae8 Update classifier.json 2020-11-13 10:58:58 +01:00
Benjamin Pasero 1f11563975 debt - move contrib only service to contrib (output) 2020-11-13 10:48:28 +01:00
Benjamin Pasero 5b5e79558a debt - lift checkbox to workbench 2020-11-13 10:39:39 +01:00
David Sanders 76a8ea640e Add undefined to TaskProcessEndedDTO.exitCode (#110508) 2020-11-13 10:26:02 +01:00
Andre Weinand 0998e4ccbb respect user settings when creating terminals; fixes #109111 2020-11-13 10:08:23 +01:00
isidor 5d7ca3a879 debug hover: show tip to show language hover
fixes #107697
2020-11-13 10:02:19 +01:00
Sandeep Somavarapu 45ce70792d fix tests 2020-11-13 09:56:48 +01:00
Sandeep Somavarapu b5cd02f178 #106348 Adopt codicon for npm view 2020-11-13 09:56:48 +01:00
Sandeep Somavarapu 3ee6fc3f68 Fix showing newly enabled extension in enabled section 2020-11-13 09:56:48 +01:00
Johannes Rieken 3d8ad7d74e tweak setting for #5312, fyi @usernamehw 2020-11-13 09:14:49 +01:00
Sandeep Somavarapu 336b58c8a2 Fix #106348 2020-11-13 09:06:10 +01:00
Johannes Rieken f1560e9a19 Merge pull request #110494 from usernamehw/word_suggestion_any_language
Add a setting to include word based suggestions regardless of the language
2020-11-13 08:51:14 +01:00
Benjamin Pasero b07d19a768 storage - remove store2 (#109967) 2020-11-13 08:42:59 +01:00
Johannes Rieken 8f82b02a4c Merge pull request #109842 from microsoft/joh/98228
Use new completion label for imported modules
2020-11-13 08:39:03 +01:00
Benjamin Pasero 20b49a4a9c storage - more target adoption (#109967) 2020-11-13 08:28:05 +01:00
Benjamin Pasero d9893b5d64 💄 editor memento 2020-11-13 08:10:04 +01:00
Benjamin Pasero 38f55ece05 environment - add OS info (#106528) 2020-11-13 07:29:08 +01:00
Logan Rosen 710da39135 Mark .ember-cli as jsonc instead of json
The .ember-cli file generated by Ember is JSON with Comments (jsonc): https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/.ember-cli

I've changed its associated language accordingly because it being the JSON type by default causes red underlines in the generated file.
2020-11-12 22:33:38 -05:00
Jackson Kearl ee46c1f89e Adopt Action2 for more search editor commands to fix #110407 2020-11-12 16:59:48 -08:00
rebornix bf6776b980 fix #87730. 2020-11-12 16:53:25 -08:00
rebornix 293af2074e handle last line of copying lines. 2020-11-12 16:43:08 -08:00
rebornix 63e42d414b re #97497. 2020-11-12 16:35:49 -08:00
rebornix f47b588736 💄 2020-11-12 16:20:40 -08:00
rebornix 629cf65721 fix #97497. 2020-11-12 16:18:37 -08:00
Connor Peet 591039e34c debug: fix compound integrated terminal launches breaking
Fixes https://github.com/microsoft/vscode/issues/71850

Adds more resilient handling of multiple debug terminals, reusing
terminals and adding a 1-second "lock out" before a terminal is
candidate for reuse.
2020-11-12 15:23:32 -08:00
rebornix cb7297a10a 💄 2020-11-12 14:13:09 -08:00
rebornix 2b900dcf11 fix #110503. 2020-11-12 13:49:13 -08:00
Andre Weinand 4358d8bf30 rename 'dirSep' to 'pathSeparator' 2020-11-12 22:47:05 +01:00
Miguel Solorio b155f9757a Update seti 2020-11-12 13:33:17 -08:00
Johannes Rieken df143f19b7 no double spread 2020-11-12 21:54:07 +01:00
Johannes Rieken 8d73ce7ed2 💄 no more homemade iteration 2020-11-12 21:54:06 +01:00
Connor Peet 2fdc607f19 Merge pull request #110273 from microsoft/connor4312/fix-search-freeze-on-long-lines
search: fix freezing ui on long lines
2020-11-12 12:34:18 -08:00
Seth Fitzsimmons 217ad5ac66 Typo: Uncommited → Uncommitted 2020-11-12 15:31:30 -05:00
Connor Peet 7f6ea40bc2 terminal: typeahead state management for verified lines
Fixes https://github.com/microsoft/vscode/issues/110463
2020-11-12 12:26:32 -08:00
Eric Amodio 4c46272797 Stores the actual config object in the cache 2020-11-12 15:24:53 -05:00
Eric Amodio e96cfbccbc 💄 2020-11-12 15:24:53 -05:00
Eric Amodio 576d8af2df Changes to use TernarySearchTree 2020-11-12 15:24:53 -05:00
Eric Amodio 8a5605bd21 Splits out loop & uses regex to improve perf
Addresses PR feedback
2020-11-12 15:24:53 -05:00
Eric Amodio d21cbabe6b Adds default context caching for objects
Clears  all cached config context values for objects
2020-11-12 15:24:53 -05:00
Johannes Rieken 165e49bfe8 use rename info instead of highlight info 2020-11-12 21:07:59 +01:00
Johannes Rieken ce7bd67d46 explore on-type-rename for TypeScript 2020-11-12 20:47:50 +01:00
Johannes Rieken 16ffcb50fa adopt latest references viewlet, https://github.com/microsoft/vscode/issues/85636 2020-11-12 19:30:15 +01:00
Jackson Kearl 611f28952f trustedDomains: loosen restrictions on what a * can be
fixes #110501
2020-11-12 10:08:02 -08:00
Andre Weinand b0ce55403a Merge pull request #105887 from nrayburn-tech/dirSep
Add dirSep variable for launch.json
2020-11-12 18:53:07 +01:00
Rob Lourens edaf854a74 Remove "files.autoSaveDelay" from Commonly Used 2020-11-12 09:32:44 -08:00
Miguel Solorio 753a1c095a Adjust debug toolbar shadow (fixes #110422) 2020-11-12 09:26:51 -08:00