Matt Bierner
9d43bdac05
Register features with Promise.all instead of sequentially
2019-04-11 16:00:46 -07:00
Matt Bierner
c6a9536ed7
Add telemetry for how long completions take in js/ts
...
We'd like to know the average time that it takes to return js/ts completions so that we can identify performance regressions. The time includes both the queuing time and the actual time spent executing the command against TS server
2019-04-11 16:00:46 -07:00
Matt Bierner
f635233740
Check in stubbed out smart select support for js/ts
...
For https://github.com/Microsoft/TypeScript/issues/29071
This require upstream TS support. Check in experimental support so that TS team can test the ux of this feature
2019-04-11 16:00:46 -07:00
Matt Bierner
0ae3ecbf15
Fix multiline jsdoc type highlightingFixes #27777
2019-04-11 10:05:36 -07:00
Alex Ross
4423de898e
Fix colorization tests for c languages
2019-04-11 11:25:34 +02:00
Alex Ross
b56ec0d8e7
Fix CPP grammar and themes
...
Part of #71821
2019-04-11 09:05:55 +00:00
Matt Bierner
d81145d3f0
Use proper documentHighlights api for html js intellisense
2019-04-10 15:21:53 -07:00
Matt Bierner
90c9650399
Handle invalid config file diagnostics from ts server
...
Fixes #72098
2019-04-10 15:21:53 -07:00
Matt Bierner
b4bbf10f96
Pick up TS 3.4.3
...
#72005
2019-04-10 15:21:53 -07:00
Matt Bierner
9d0a845b9e
Better comment
2019-04-10 15:21:53 -07:00
Matt Bierner
2689d1b8b9
Add some pinning tests for indent
2019-04-10 15:21:53 -07:00
Daniel Imms
d73c1a61b9
Tweaks to test running
2019-04-10 22:29:43 +02:00
Sandeep Somavarapu
f329277979
- Define Machine Settings: Schema, Environment
...
- Scope machine settings
- Make remote settings scoped to machine settings
2019-04-10 18:25:13 +02:00
Matt Bierner
5d9377b42e
Merge pull request #71944 from vitaliymaz/fix-ts-confix-extends-navigation
...
fix link navigation to extended config file in tsconfig
2019-04-09 11:26:17 -07:00
Vitaliy Mazurenko
ea2ad14dde
fix link navigation to extended config file in tsconfig
2019-04-09 10:15:14 +03:00
Matt Bierner
2538145dcd
Auto indent jsx tags with attributes
...
Fixes #65955
2019-04-08 19:09:03 -07:00
Matt Bierner
0cf20c9b6d
Better fix for #48735
...
Previous fix broke `reindent all lines` . New fix is only applied on enter and should handle bodies with multiple case better
2019-04-08 18:06:47 -07:00
Matt Bierner
88a6b2fb03
Auto indent case/default body for js/ts
...
Fixes #48735
2019-04-08 17:55:25 -07:00
Matt Bierner
5bb20957f0
Pick up TS 3.4.3 insiders
2019-04-08 17:13:10 -07:00
Matt Bierner
5a96f231c1
Enable ts-check
2019-04-08 17:13:10 -07:00
Pine Wu
47913e0c52
Update css dependencies for #71715 and #71791
2019-04-08 14:55:28 -07:00
Orta
3970010b52
Update README.md
2019-04-08 15:45:47 -04:00
Matt Bierner
f44e51ed38
Fix markdown.styled regression caused by Uri.parse changes
...
Fixes #71802
Uri.parse now defaults to a `file` scheme, which broke this code
2019-04-05 16:05:32 -07:00
Alex Ross
abf2d142f6
Fix colorization tests
2019-04-05 13:22:46 +00:00
Alex Ross
9c00167f2e
Update grammars
2019-04-05 12:51:44 +00:00
Rob Lourens
8bd5e2f93d
Fix #71392 - remove autofixing commas in settings.json
2019-04-04 10:17:55 -07:00
Pine Wu
5aa6e13ad0
Update html/css service
2019-04-03 16:01:08 -07:00
Matt Bierner
80db6c43bd
Treat updateOpen as a fence command
2019-04-03 14:43:37 -07:00
Matt Bierner
86fe4b3b1c
💄
2019-04-03 11:37:19 -07:00
Andre Weinand
d6f413356f
add lauch.json to server-ready extension
2019-04-03 15:57:41 +02:00
Matt Bierner
0ec326531e
Use flatten array helper
2019-04-02 17:16:10 -07:00
Matt Bierner
e50c2572d4
Also treat all unused imports as a style error
...
Fixes #71067
2019-04-02 17:15:53 -07:00
Matt Bierner
d655e6f726
Make sure we always include uriScheme in knownSchems for markdown
2019-04-02 16:27:22 -07:00
Matt Bierner
37c9a750b0
Merge pull request #71442 from vitaliymaz/fix-markdonw-re-render
...
re-rendering Markdown preview when updated extra configurations provided by extension
2019-04-02 11:03:59 -07:00
Matt Bierner
df4988d544
Merge pull request #71416 from phaseOne/feature/fix-71414-markdown-vscode-uri
...
Add `vscode:` URI prefix to knownSchemes in links.ts
2019-04-02 10:37:34 -07:00
Evan Bovie
8c1079b443
Add vscode-insiders URI prefix to knownSchemes in links.ts
2019-04-02 10:23:39 -07:00
Joao Moreno
f0772536de
fixes #71355
2019-04-01 16:39:34 +02:00
Martin Aeschlimann
a721a6c236
Add 'ash' as a valid shellscript firstline. Fixes #71426
2019-04-01 15:37:07 +02:00
Vitaliy Mazurenko
e40d72b1b5
re-rendering Markdown preview when updated extra configurations provided by extension
2019-04-01 10:52:23 +03:00
Rob Lourens
ec0499a9dc
Don't register "ini" for all files named "config"
2019-03-31 01:12:15 +00:00
Rob Lourens
3984e1cbb3
Take TS 3.4.1
2019-03-29 21:13:17 +00:00
Evan Bovie
13948796f3
Add vscode: URI prefix to knownSchemes in links.ts
2019-03-28 12:36:37 -07:00
Rob Lourens
5c0fc719a2
Fix #71138
2019-03-27 15:43:49 -07:00
Martin Aeschlimann
00c352d6e7
jsonMain message bundle load failure. Fixes #71144
2019-03-27 14:14:36 +01:00
Joao Moreno
bfb02a7d84
...
...
related to #70812
2019-03-27 13:26:39 +01:00
Martin Aeschlimann
ff611c5374
typo
2019-03-27 11:32:02 +01:00
Andre Weinand
75e1e3a432
use case insensitive matches for server ready; fixes #71164
2019-03-26 22:28:06 +01:00
Benjamin Pasero
63b80d0a4f
build - disable another flaky test
2019-03-26 18:07:25 +01:00
Martin Aeschlimann
11efc39349
fix hygiene
2019-03-25 22:26:06 +01:00
Martin Aeschlimann
117ee62c22
'html' snippet is annoying and easily inserts by accident when typing any html. Fixes #69457
2019-03-25 22:16:53 +01:00