Commit Graph

5077 Commits

Author SHA1 Message Date
Jeff
e8bf2a22b6 Rebuild grammar files from source repo 2018-05-04 08:48:09 -06:00
Jeff
8a2fa2ee10 Update script to build additional grammar file 2018-05-04 08:47:57 -06:00
Pine Wu
e4e7c25708 Revert "Restrict html/css to only handling file and untitled files. Part of #48777"
This reverts commit 0dfeec2eef.
2018-05-02 10:13:29 -07:00
Martin Aeschlimann
505c9392d5 test for #48049 2018-05-02 17:19:07 +02:00
Martin Aeschlimann
b6d72543de Merge pull request #48345 from Jasonlhy/master
Correct comment inside script tag and style tag in razor file
2018-05-02 15:34:42 +02:00
Martin Aeschlimann
4afd003cf3 [json] Treat *.css.map and *.js.map as JSON by default. Fixes #48291 2018-05-02 12:19:36 +02:00
Martin Aeschlimann
24b5f19385 [themes] Solarized Dark selection color has no enough contrast. Fixes #48106 2018-05-02 12:09:56 +02:00
Matt Bierner
9370ce97b2 Use destructre 2018-05-01 11:08:59 -07:00
Matt Bierner
55a10f77e8 Don't try creating a new synced buffer if we already have one
Possibly https://github.com/Microsoft/TypeScript/issues/23502
2018-04-30 18:18:05 -07:00
Matt Bierner
0d584a9086 Allow open preview from markdown file title context menu
Part of #37045
2018-04-30 17:30:44 -07:00
Matt Bierner
a4c3e74748 Auto trigger suggest on jsdoc parameter names
Fixes #48976
2018-04-30 17:08:53 -07:00
Matt Bierner
9f16378b2f Trigger completions on < inside jsx
Fixes #40539
2018-04-30 17:02:22 -07:00
Matt Bierner
ffb8d045a6 Add support for TS trigger characters
Fixes #25034
2018-04-30 16:56:36 -07:00
Matt Bierner
a32ca17c38 Don't include param tags in js signature help provider
Fixes #48231
2018-04-30 12:52:17 -07:00
Matt Bierner
9d6d1464c4 Make sure we treat jsdocs sig help as markdown 2018-04-30 12:04:15 -07:00
Erich Gamma
c94f12ed34 switch to use config context key over manual context definition. 2018-04-30 19:43:54 +02:00
Erich Gamma
6ed74d7736 Show message when no scripts were found 2018-04-30 19:23:42 +02:00
Martin Aeschlimann
f2d37611f1 Replace FoldingRangeKind type with normal enum. Fixes #48956 2018-04-30 18:13:41 +02:00
Erich Gamma
e72ea2399b Switch to use the JSON parser 2018-04-29 17:26:25 +02:00
Erich Gamma
c9dec77d3d cache the provided tasks 2018-04-29 16:50:56 +02:00
Matt Bierner
ac69540858 Updating tests for light+ escape coloring grammar changes 2018-04-28 17:54:54 -07:00
Yuki Ueda
11834f354f Highlight escaped characters in default Light+ (Fix #48638) (#48746)
* highlight escaped characters in default Light+(Fix #48638)

* fix constant.character.escape

* fix constant.character.escape again
2018-04-28 17:36:23 -07:00
Erich Gamma
1638acdd62 #48832 filter out synthetic install tasks 2018-04-27 15:54:32 +02:00
Erich Gamma
9a7fe683a8 Do not activate on '**/package.json' but only on 'package.json' 2018-04-27 12:05:35 +02:00
Erich Gamma
c0e52d19ad amend to fix for #48806 2018-04-27 11:35:48 +02:00
Erich Gamma
a87b396730 FIxing #48806 npm.enableScriptExplorer requires reloading the window 2018-04-27 11:27:12 +02:00
Johannes Rieken
75e88b676f print more information when flacky test fails 2018-04-27 10:52:20 +02:00
Pine Wu
b8f1bdb18b [css] update service to pull out #48601 2018-04-26 23:11:39 -07:00
Dirk Bäumer
e329bb6bb0 Fixes #48711: TypeScript build task output not populating error list with --pretty on (#48744) 2018-04-26 13:46:58 -07:00
Matt Bierner
051b8b3243 Remove old package lock file 2018-04-26 11:34:17 -07:00
Ramya Achutha Rao
0b634c4a87 Use specific document filters for file and untitled 2018-04-26 11:29:43 -07:00
Matt Bierner
2864ccf676 Only register markdown for file and untitled schemes
Fixes #48777
2018-04-26 11:03:29 -07:00
Matt Bierner
2f86e30e96 Disable syntax based folding again by default for stable 2018-04-26 11:03:29 -07:00
Pine Wu
0dfeec2eef Restrict html/css to only handling file and untitled files. Part of #48777 2018-04-26 10:58:35 -07:00
Erich Gamma
51a880315f Add a Learn More action fixing #48538 2018-04-26 16:32:38 +02:00
Erich Gamma
20994d2b53 Remove unneeded keys 2018-04-26 16:32:38 +02:00
Erich Gamma
40515c5aa0 fixing #48590 use task API to fetch tasks 2018-04-26 12:58:32 +02:00
Erich Gamma
cb982cab99 Fixing #48456 always include npm install 2018-04-26 12:13:15 +02:00
Joao Moreno
02bcbbc8da pick different folder names for git clone
fixes #48485
2018-04-26 11:33:55 +02:00
Joao Moreno
d1380912cf use native dialog for git clone
fixes #48492
2018-04-26 11:33:16 +02:00
Joao Moreno
f765117b95 add workspace folder after git clone
fixes #48738
2018-04-26 11:20:06 +02:00
Joao Moreno
c2f0c40f25 use progress notification API for git clone
fixes #48692
2018-04-26 10:12:30 +02:00
Matt Bierner
82d97b4c3c Add acquireVsCodeApi to get handle to vscode api inside webview
Fixes #48540
2018-04-25 22:28:31 -07:00
Pine Wu
a452691228 [css] update service 2018-04-25 17:43:35 -07:00
Pine Wu
eca6b7c77b SmartStep for css debugging 2018-04-25 17:38:13 -07:00
Pine Wu
bd6de64bfa [css] update service 2018-04-25 17:38:13 -07:00
Matt Bierner
f36cae36dc Add vscode namespace in webview
From discussion around #48540
2018-04-25 15:33:45 -07:00
Ramya Achutha Rao
1139de12c0 Create appInsights client only if user has opt-in to telemetry 2018-04-25 15:21:15 -07:00
Matt Bierner
edc3bbe603 Use string symbol kind for markdown symbols 2018-04-25 12:43:02 -07:00
Joao Moreno
5ded9d963a cleanup git clone error
fixes #48486
2018-04-25 19:31:05 +02:00