Commit graph

59625 commits

Author SHA1 Message Date
Martin Aeschlimann
844f49f2a8 typescript-vscode-sh-plugin is not bundled 2020-01-17 11:16:34 +01:00
Isidor Nikolic
19935de930
Merge pull request #88790 from dlech/fix-fetch-threads-after-restart
Fix threads not fetched after restarting debug adapter
2020-01-17 11:07:07 +01:00
Jason Fry
b1b45aee27 💬 Fix grammar on Welcome Page
**Why:**
For whatever reason this particular grammar offense was really driving
me batty. I try not to be a grammar nazi, hopefully this is a helpful
change for others and not just my sanity :)

**How:**
Move the preposition 'out' to the start of the prepositional phrase,
instead of the end of the phrase.

Resolves #88799
2020-01-17 10:49:31 +01:00
isidor
37f421be6e fixes #88721 2020-01-17 10:45:06 +01:00
Martin Aeschlimann
2aa335b98c Add log messages for watchers 2020-01-17 10:40:16 +01:00
Johannes Rieken
145836383a add (language-specific) setting to enable/disable rename preview, #77728 2020-01-17 09:40:05 +01:00
Sandeep Somavarapu
0c66142e60 Fix #88700 2020-01-17 09:39:08 +01:00
Benjamin Pasero
74733e1d3c fix warning 2020-01-17 09:19:18 +01:00
Benjamin Pasero
438a141b76 electron - avoid more deprecated API (themes) 2020-01-17 09:18:49 +01:00
Benjamin Pasero
502f5a570a untitled - some 💄 2020-01-17 09:15:16 +01:00
Sandeep Somavarapu
b135faa0b5 #85216 use quick pick to turn on 2020-01-17 09:13:24 +01:00
Sandeep Somavarapu
7e2f61f3ec
add description property to quick pick (#88788)
add description property to quick pick
2020-01-17 09:10:45 +01:00
Sandeep Somavarapu
2d7bcf5df8
Merge branch 'master' into sandy081/quickPick/description 2020-01-17 09:00:47 +01:00
Benjamin Pasero
6c3313867d text files - make save dialog reusable 2020-01-17 08:57:58 +01:00
Benjamin Pasero
2c7656f097 untitled mode preservation (fix #86971) 2020-01-17 08:36:31 +01:00
Matt Bierner
b600d39061 Treat '#' as a VS Code trigger character
Fixes #88816
2020-01-16 17:22:04 -08:00
Jackson Kearl
9cf8dc0579 Add history to search editor 2020-01-16 17:03:45 -08:00
Rachel Macfarlane
8d8645ea54 Webpack account extension 2020-01-16 17:01:41 -08:00
Jackson Kearl
7569516bb2 Indent matchinessHeuristic pattern 2020-01-16 16:25:14 -08:00
Jackson Kearl
695e24e1dd Add loading indication for search editor 2020-01-16 16:13:31 -08:00
Jackson Kearl
ca635ddb28 Add action to toggle context lines 2020-01-16 16:01:37 -08:00
Matt Bierner
b57190f449 💄 2020-01-16 15:49:36 -08:00
Matt Bierner
e1373b367d Use test instead of exec 2020-01-16 15:49:36 -08:00
Matt Bierner
b53a2f4b8a 💄 2020-01-16 15:49:36 -08:00
Jackson Kearl
0b89939a6d Add toggle search flags in searcheditor 2020-01-16 15:35:42 -08:00
Matt Bierner
534a034c2b Pick up new TS version 2020-01-16 13:16:38 -08:00
Matt Bierner
53682cf56d Bump VS code version 2020-01-16 13:16:38 -08:00
Rachel Macfarlane
235695393d Revert "Add webpack config file to vscode-account extension"
This reverts commit 7278da3687.
2020-01-16 10:07:24 -08:00
Rachel Macfarlane
03d46dc17e Revert "Move keytar to dependencies for account extension"
This reverts commit 3d933fb742.
2020-01-16 10:07:23 -08:00
SteVen Batten
dba8d71955
Add cache to viewdescriptorservice (#88656) 2020-01-16 10:05:35 -08:00
Rob Lourens
8c0a573b9e
Merge pull request #88730 from mairaw/typo
fix typo
2020-01-16 10:00:15 -08:00
Alex Dima
9e1d730cf2
SemanticTokens - implement feedback received in API call:
- extract a separate DocumentRangeSemanticTokensProvider that deals with a document range
- extract a separate provideDocumentSemanticTokensEdits that deals with updating via SemanticTokensEdits a previous result
2020-01-16 18:02:02 +01:00
Johannes Rieken
430de16fef fix compilos and adopt proposed api usage, #10266 2020-01-16 17:52:18 +01:00
David Lechner
6b7dd54cc0 Fix threads not fetched after restarting debug adapter
A RunOnceScheduler (this.fetchThreadsScheduler) is used to throttle
fetching threads from debug adapters. this.fetchThreadsScheduler is
disposed when a debug adapter is restarted because of:

    this.rawListeners.push(this.fetchThreadsScheduler);

This causes threads to never be fetched after restarting the debug
adapter.

This is fixed by setting this.fetchThreadsScheduler to undefined after
it is disposed. This way, a new RunOnceScheduler is created after
restarting the debug adapter.

Fixes #88784
2020-01-16 10:33:17 -06:00
Sandeep Somavarapu
73937721fb add description property to quick pick 2020-01-16 17:22:38 +01:00
Sandeep Somavarapu
4f7f8587d1 #85216 More improvements to start up ux 2020-01-16 17:21:36 +01:00
Johannes Rieken
1ba18afb07 move API proposal to stable API, #10266 2020-01-16 17:18:29 +01:00
isidor
1d619ed154 explorer view: unit tests 2020-01-16 17:14:14 +01:00
Benjamin Pasero
11932a9ef4 tests - I really do not want Sinon 2020-01-16 16:56:49 +01:00
Andre Weinand
3bdb031a5d fix searching by return proper value for compressed node; fixes #88526 2020-01-16 16:54:19 +01:00
Benjamin Pasero
8e177d4f00 untitled - split createOrGet into create & get 2020-01-16 16:36:44 +01:00
Andre Weinand
65cc136664 Merge branch 'aweinand/compressedtree' 2020-01-16 16:29:05 +01:00
Andre Weinand
a902e80235 Merge branch 'master' into aweinand/compressedtree 2020-01-16 16:28:39 +01:00
Benjamin Pasero
664836ec0e debt - loadOrCreate => resolve 2020-01-16 15:39:09 +01:00
Joao Moreno
9a2874e954
loaded scripts: support filtering across all expanded items 2020-01-16 15:07:08 +01:00
Joao Moreno
736610405c
fix missing type 2020-01-16 14:15:59 +01:00
Joao Moreno
a2ced2fda7
Merge branch 'master' into aweinand/compressedtree 2020-01-16 14:15:07 +01:00
Joao Moreno
5e6d6f7105
loaded scripts: fix collapsible 2020-01-16 14:05:32 +01:00
Joao Moreno
46a8410015
loaded scripts: adopt object tree 2020-01-16 14:05:21 +01:00
Alex Dima
e114426a7e
Fixes #88725: Use e.buttons to figure out if a mouseup was missed 2020-01-16 13:46:10 +01:00