5390 Commits

Author SHA1 Message Date
Johannes Rieken
cecfdcde22 update proposed API to DocumentSymbol-type, #34968 2018-06-12 12:47:27 +02:00
Matt Bierner
8994a584c9 Update md grammar 2018-06-11 18:38:35 -07:00
Matt Bierner
05aab259e7 Extract constant 2018-06-11 18:38:03 -07:00
Matt Bierner
31a8fe2690 Use lazy for creating output channel 2018-06-11 18:38:03 -07:00
Matt Bierner
ed3e645112 Use _private 2018-06-11 18:38:03 -07:00
Rob Lourens
729cf96780 Fix #51623 - tweak rg error message for \n 2018-06-11 14:08:41 -07:00
Joao Moreno
d8555f56c1 tests: scope xml file per platform 2018-06-11 22:36:32 +02:00
Joao Moreno
4eceb88ebf wip: build show integration tests 2018-06-11 22:05:12 +02:00
Jackson Kearl
0e97f85c39 Make Emmet: "update image size" consistant with "follow link" (#51630) 2018-06-11 11:46:06 -07:00
Martin Aeschlimann
772aaf777a update grammars 2018-06-11 13:03:28 +02:00
Ramya Achutha Rao
a715378168 Fixes #50983 2018-06-08 15:38:47 -07:00
Joao Moreno
57aabf1c42 smoketest: more debug 2018-06-08 21:48:46 +02:00
Joao Moreno
b48174153e git: parenthesis 2018-06-08 21:24:58 +02:00
Joao Moreno
534060f381 smoketest: more debug 2018-06-08 21:24:15 +02:00
Joao Moreno
1ceb8d6d22 smoketest: more logging 2018-06-08 21:00:10 +02:00
Joao Moreno
c6b40b8f63 smoketest: add logging 2018-06-08 20:08:34 +02:00
Rob Lourens
8647b7c167 Bump vscode-ripgrep 2018-06-08 10:34:28 -07:00
Pine Wu
2f61ca78ff Update css-language-features contribution readme 2018-06-08 10:08:15 -07:00
Matt Bierner
4f324d1712 Fix markdown preview not cleaning up context/state on close
Fixes #51033
2018-06-07 16:38:52 -07:00
Matt Bierner
26d5d76a23 Add in experimental support for js/ts multi-line diagnostics
From da48d42acc
2018-06-07 16:38:52 -07:00
Matt Bierner
43f6cd5b9c Update js/ts grammar 2018-06-07 16:38:52 -07:00
Pine Wu
d1ed4a3311 Clarify contributing steps for css-language-features 2018-06-07 11:15:36 -07:00
Pine
af86a4f563
Merge pull request #51271 from connorshea/update-css-lang-features-readme
Update CSS Language Features extension README.
2018-06-07 19:34:34 +02:00
Dirk Baeumer
e5c3c10853 Remove old proposed task API 2018-06-07 10:05:47 +02:00
Rob Lourens
a03c4b624e Fix searchRipgrep.enable setting reference 2018-06-06 22:02:01 -07:00
Connor Shea
f06c50954a
Update CSS Language Features extension README. 2018-06-06 16:34:49 -06:00
Pine Wu
87baa554f6 Clarify css-language-feature contrib doc 2018-06-06 14:48:33 -07:00
Jackson Kearl
21c02bad2e Enable emmet to function inside script templates. #51180 (#51256) 2018-06-06 14:14:24 -07:00
Pine Wu
0493de9e30 Add parallel build scripts for html-language-features 2018-06-06 12:50:32 -07:00
Pine Wu
e6bb52df4d Parallelize tasks for watch/compile language servers for #51168 2018-06-06 09:47:30 -07:00
Martin Aeschlimann
3cf704d2b8 Add syntax support to Snakemake. Fixes #50978 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
66c1b6d64c move jsonc associations to configuration-editing 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
0814ab46f7 Suggestion: tsconfig.*.json should be detected as jsonc. Fixes #50974 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
13471d3b4b Yarn.lock should not be a registered filename in yaml language contributes. Fixes #50967 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
0b3d76c1c8 Improve theme label for #50683 2018-06-06 17:11:00 +02:00
Jackson Kearl
cc84951f1e Allow Emmet "Go to matching pair" to work inside script tags (#51173)
* Allow Emmet "Go to matching pair" to work inside script tags

* Refactor template script detection and node extraction.

* Futher refactoring of Emmet template identification logic.

* Emmet: select entire script tag when unable to idnetify an inner element

* Remove redundant nullity check
2018-06-05 17:00:39 -07:00
Rob Lourens
1e8d42b505 Add description to searchrg setting 2018-06-05 15:44:10 -07:00
Matt Bierner
66bfdac850 Remove testing code 2018-06-05 15:27:03 -07:00
Matt Bierner
c40a2fd096 Use case-insensitive synced buffer map on case-insensitive file systems
Fixes #51183
Fixes #50505
2018-06-05 15:24:44 -07:00
Matt Bierner
04ca060277 Fix unused import 2018-06-05 14:28:11 -07:00
Matt Bierner
43987a99b5 Update js/ts grammar 2018-06-05 12:48:16 -07:00
Matt Bierner
ceac75e386 Move all public event definitions together 2018-06-05 12:47:55 -07:00
Matt Bierner
c6806020d9 Move buffer sync support into client
This will allow the client to access the known buffers during path normalization
2018-06-05 12:47:55 -07:00
Matt Bierner
9197a53fe8 Move bufferSyncSupport out of language providers
Only register a single buffer syncer per instance. This also gets the code in a better shape for path case handling logic
2018-06-05 12:47:55 -07:00
Matt Bierner
fae8e8e91b Prevent multiple calls to listen 2018-06-05 12:47:55 -07:00
Matt Bierner
28b5996f30 Move validate setting checking into bufferSyncSupport 2018-06-05 12:47:55 -07:00
Matt Bierner
fe114f8ff1 Split toPath and normalizedPath
Break up the concept of normalizing a path and trying to get the on disk path of a resource. Needed for handling case insensitivity
2018-06-05 12:47:55 -07:00
Matt Bierner
6e76f2fb0e Extract out toKey function 2018-06-05 12:47:54 -07:00
Matt Bierner
3e078b4c00 Hoist fileConfigurationManager up to service client host
This object is shared between all languages
2018-06-05 12:47:54 -07:00
Pine Wu
67456612fe Add instruction to develop css-language-features 2018-06-05 10:06:08 -07:00