Commit Graph

6903 Commits

Author SHA1 Message Date
Pine
51ba7278af Merge pull request #70090 from svipas/css-triggerPropertyValueCompletion-setting
Add css.completion.triggerPropertyValueCompletion setting
2019-03-13 12:34:24 -07:00
Andre Weinand
87e530da98 serverReady: try to listen only on the correct terminal 2019-03-13 17:39:22 +01:00
Johannes Rieken
4f8dbd4544 use a parent pointer instead of 2d array, #67872 2019-03-12 10:04:06 +01:00
Matt Bierner
05efab0e4e Treat diagnostics recieved as js/ts init complete
Fixes #68896
2019-03-11 11:08:28 -07:00
Matt Bierner
36fb7647d7 Flush buffer changes if we see the same file again 2019-03-11 10:14:07 -07:00
Matt Bierner
0e6496dff8 Don't add change if there are no changes 2019-03-11 10:14:07 -07:00
Matt Bierner
0aa886c72e Add undocumented setting to disable batched sync 2019-03-11 10:14:07 -07:00
Matt Bierner
d597028001 Readonly 2019-03-11 10:14:07 -07:00
Matt Bierner
4b9c55d14e Don't leak knowledge that updateOpen is special 2019-03-11 10:14:07 -07:00
Matt Bierner
2a5d86952a Use TS's updateOpen api to batch file changes
For #64485

Batching file changes should be more efficent than sending requests one at a time.
2019-03-11 10:14:07 -07:00
Matt Bierner
73f233b872 Pick up new TS@next 2019-03-11 09:39:19 -07:00
Johannes Rieken
6892cfc90e for now remove SelectionRangeKind #67872 2019-03-11 09:43:34 +01:00
svipben
cb5493917a Add css.completion.triggerPropertyValueCompletion setting 2019-03-08 22:16:08 +02:00
Joao Moreno
7ccfdd3a00 do not sanitize remote url 2019-03-08 10:15:28 +01:00
Joao Moreno
9fb1a067b6 Merge branch 'master', commit 'refs/pull/60640/head' of github.com:Microsoft/vscode into pr/60640 2019-03-08 10:07:10 +01:00
João Moreno
86ca253edf Merge pull request #60573 from scottymcraig/FixGitSpacesIssue
Fixes Git Clone Problem with Spaces
2019-03-08 10:06:25 +01:00
Matt Bierner
2a2f817990 Use the updateOpen TS api to sync multiple changes in a single file
Fixes #69492
2019-03-06 14:54:40 -08:00
Matt Bierner
4bfec9c80f Make sure we match whole file name for config file 2019-03-06 10:50:09 -08:00
Matt Bierner
c93f5e3560 Use regular expression to identify config file names instead of singe file name 2019-03-06 10:50:09 -08:00
Rob Lourens
92629f3f5f findFiles tests 2019-03-05 19:17:54 -08:00
Matt Bierner
38c3f4bede Use config file diagnostics provided by TS Server
Fixes #69880
2019-03-05 17:07:14 -08:00
Rob Lourens
10fdea204a Fix #69840 2019-03-05 14:52:09 -08:00
Martin Aeschlimann
849d9417ea [json] fetch http and https schemas on the ext host 2019-03-05 16:26:50 +01:00
Martin Aeschlimann
ce3f0c17d7 [json] update service (webpack) 2019-03-05 15:27:51 +01:00
Martin Aeschlimann
8e986b18a0 [html] update service (multi semantic selection, webpack) 2019-03-05 15:27:51 +01:00
Martin Aeschlimann
c9370aeaf1 [css] updates service (multi-semantic selection, webpack) 2019-03-05 15:27:51 +01:00
Joao Moreno
94f7ae74c5 fixes #69529 2019-03-05 11:15:49 +01:00
Joao Moreno
3021254e19 Merge branch 'pr/60426' 2019-03-05 10:41:38 +01:00
Joao Moreno
4f197a7079 💄 2019-03-05 10:41:16 +01:00
Joao Moreno
9834042b3c Merge commit 'refs/pull/60426/head' of github.com:Microsoft/vscode into pr/60426 2019-03-05 10:30:00 +01:00
Johannes Rieken
1eb6de1daf clean up some todos 2019-03-05 10:16:07 +01:00
Andre Weinand
4b1c338a8f improve launch.json schema for serverReady feature 2019-03-04 17:09:00 +01:00
Johannes Rieken
9638b09920 💄 2019-03-04 15:06:29 +01:00
Johannes Rieken
4c593835a1 fix compile error 2019-03-04 12:54:54 +01:00
Alex Ross
a1481e3e2e Switch cpp and c grammar to jeff-hykin/cpp-textmate-grammar 2019-03-04 11:15:47 +01:00
Martin Aeschlimann
c10ea17d96 Syntax highlighting and check for .ipy files. Fixes #69694 2019-03-04 09:31:27 +01:00
Matt Bierner
f62d1f25f3 Only show the markdown refresh preview command when preview is active or you are in a markdown file 2019-03-01 16:06:51 -08:00
Matt Bierner
9061cad570 Removing preview.html command
Fixes #62630
2019-03-01 16:06:51 -08:00
Matt Bierner
491dd0feb8 Add logging to see if TS buffers are in an invalid state
An example would be trying to change a file that is not opened
2019-03-01 16:06:51 -08:00
Matt Bierner
1cb65ce8e5 Extract and lift constant 2019-03-01 16:06:51 -08:00
Matt Bierner
29acd11312 Fix bad newline 2019-03-01 16:06:51 -08:00
Andre Weinand
55d720646c support integrated terminal in serverReady feature 2019-03-01 22:28:42 +01:00
Matt Bierner
8c6d7bcbd0 Bundle TS 3.3.3 instead of TS 3.3.3333
People were being confused by the version number...
2019-02-27 11:21:56 -08:00
Martin Aeschlimann
cdee006e2a [json] update service 2019-02-27 09:56:13 +01:00
Andre Weinand
cd9960fabe improve Intellisense descriptions; fixes #69341 2019-02-26 18:04:40 +01:00
Andre Weinand
51fbb9c28c rename urlFormat to uriFormat; fixes #69344 2019-02-26 10:32:50 +01:00
Pine Wu
393b48d4a5 Drop razor support. Fix #66242 2019-02-24 17:03:15 -08:00
Pine Wu
697b9dda2c [html] Update service for MDN data 2019-02-24 16:32:18 -08:00
Pine
729a953f99 Merge pull request #69121 from sebastiandedeyne/patch-1
Fix types in Emmet comments
2019-02-24 14:21:29 -08:00
Matt Bierner
877bb6f5d8 Remove tommorow theme from registrations.
Fixes #63564

We only use highlight.js which includes a theme based on tommorw, we do not use the tommorow theme repository directly.
2019-02-22 16:04:08 -08:00