Commit Graph

7522 Commits

Author SHA1 Message Date
Matt Bierner
91e99652cd Fix js/ts refactorings 2019-08-26 14:51:26 -07:00
Matt Bierner
a66e9d4835 Don't dispose markdown preview emitters before firing events
Fixes #79827
2019-08-26 13:40:07 -07:00
Matt Bierner
e3b9b8eefc Re-check opened files while executing refactoring
Fixes #79650
2019-08-23 23:06:01 -05:00
Pine Wu
adbee7d26e Update html/css services 2019-08-23 12:01:51 -07:00
Christof Marti
00d53e9686 Option to configure which services should be run (microsoft/vscode-remote-release#211) 2019-08-23 15:21:24 +02:00
Matt Bierner
962158e164 Fix yarn lock 2019-08-21 18:15:49 -07:00
Matt Bierner
4f5ef27990 Pull in latest markdown-it version 2019-08-21 18:03:50 -07:00
Matt Bierner
908ea77860 Revert "Use per-resource settings for js/ts validate.enable"
This reverts commit 8b61c15d3d.
2019-08-21 17:20:03 -07:00
Matt Bierner
8b61c15d3d Use per-resource settings for js/ts validate.enable
For #78549 but requires more work
2019-08-21 16:23:23 -07:00
Mickael Istria
558d23bd26 Issue #79599 - CSS LS fails if InitializationOptions.dataPaths not set
Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-08-21 23:14:07 +02:00
Martin Aeschlimann
379623e369 update yarn.lock files 2019-08-21 18:04:55 +02:00
Martin Aeschlimann
be8f289fa9 update jsonc-parser 2019-08-21 16:55:59 +02:00
Martin Aeschlimann
4a6f60ba0e dynamic schemas not updated. Fixes #79363 2019-08-21 16:52:47 +02:00
Matt Bierner
646d4ddb75 Use _register 2019-08-20 15:07:25 -07:00
Matt Bierner
e44d9a2888 Rename parameter 2019-08-20 11:28:31 -07:00
Matt Bierner
1802be3b70 Always require an argument to command
#75612
2019-08-20 11:26:49 -07:00
Matt Bierner
f509f7f141 Rename command
#75612
2019-08-20 11:25:42 -07:00
Matt Bierner
7c3aeb10a2 Merge pull request #77151 from connor4312/feat/markdown-render-command
feat(markdown): add render command (fixes #75612)
2019-08-20 11:23:47 -07:00
Matt Bierner
1429e8182f Enable "restart ts server" command in js/tsconfig files
Fixes #79530
2019-08-20 11:22:24 -07:00
Matt Bierner
5c27385212 Restrict which subsets of the markdown grammar the js/ts injection eagerly loads
Fixes #77990
2019-08-20 10:43:10 -07:00
Matt Bierner
c5dc9d16be Finalize asWebviewUri api
Fixes #79242

As discussed, renames `toWebviewResource` to `asWebviewUri` to be consistent with the `asAbsolutePath` api naming
2019-08-19 20:18:26 -07:00
Matt Bierner
7af2ebb9fc Update md grammar 2019-08-19 20:10:35 -07:00
Matt Bierner
bfda914104 Update md grammar
Fixes #https://github.com/microsoft/vscode/issues/79478
2019-08-19 19:48:50 -07:00
Matt Bierner
b9b5692e27 Support using csharp in markdown preview to identify c# code blocks 2019-08-19 09:18:22 -07:00
Salvador Cabrera
34339f92c4 Fix: Markdown Preview scroll remains same after clicking on some other link #78465
Improves the behavior on how markdown preview behaves when clicking a link
2019-08-19 09:35:06 -05:00
Matt Bierner
dc5f96bc62 Pick up TS rc 2019-08-16 11:25:45 -07:00
Martin Aeschlimann
ae42e42cf1 Seti uses TS-icon for jsonc-language. Fixes #78261 2019-08-16 18:08:20 +02:00
Matt Bierner
d9aba4fa7f Use const enums 2019-08-15 18:03:55 -07:00
Matt Bierner
35c97ea91d Mark readonly 2019-08-15 18:02:28 -07:00
Matt Bierner
1bbf3b3fa6 Add telemetry+warning for webviews that don't have a content security policy
Fixes #79248
2019-08-15 15:16:39 -07:00
Miguel Solorio
324da04f35 Update checkmark so they look more like a ✓ 2019-08-15 22:52:38 +02:00
Johannes Rieken
926e27cb4f fix compile error 2019-08-15 16:05:00 +02:00
Matt Bierner
46d0bd8100 Don't include closing ] in folded range
Fixes #79142
2019-08-14 17:05:13 -07:00
Matt Bierner
2c4edeb617 Make sure we compare fully normalized error codes when checking for fix all actions 2019-08-14 17:05:13 -07:00
Matt Bierner
c4733f91c8 Still show fix all actions for fix-all actions that can fix multiple errors with multple different diagnostics 2019-08-14 14:49:23 -07:00
Matt Bierner
e4863753b9 Update markdown grammar 2019-08-14 11:46:22 -07:00
Matt Bierner
bf15dfdf27 Merge pull request #78991 from amcasey/ShortenTelemetry
Strip a path list out of an error message
2019-08-13 09:46:14 -07:00
Alex Ross
d0c08100fa Update C grammars 2019-08-13 10:42:35 +02:00
Joao Moreno
22a3f3ec83 💄 2019-08-13 09:54:20 +02:00
Joao Moreno
2c878484c8 Merge commit 'refs/pull/78695/head' of github.com:microsoft/vscode into pr/78695 2019-08-13 09:46:54 +02:00
TypeScript Tools
41414c2b5f Strip a path list out of an error message
The error, which happens quite frequently, contains an excessively long path list.  The message itself was cleaned up in https://github.com/microsoft/TypeScript/pull/32785 but we add some additional filtering to the editor since older server versions are still in use.
2019-08-12 15:10:29 -07:00
Matt Bierner
1f4c94ecb8 Pick up TS 3.6 dev
For #78973
2019-08-12 10:47:42 -07:00
Alex Ross
bdd162c53a Fix spaghetti in test file 2019-08-12 15:57:29 +02:00
Alex Ross
91da8dc700 Update C++ grammar for insiders to get hang fix
Fixes #78769
2019-08-12 15:01:26 +02:00
Joao Moreno
264d6ac829 💄 2019-08-12 14:06:53 +02:00
Joao Moreno
28bcf28232 Merge commit 'refs/pull/78562/head' of github.com:microsoft/vscode into pr/78562 2019-08-12 09:41:30 +02:00
Benjamin Pasero
5099e36e3d fix #77735 2019-08-12 08:13:10 +02:00
Daniel Imms
d2ed5fb5e5 Make tslint.json jsonc language
Fixes #78821
2019-08-09 11:11:58 -07:00
Darrien Singleton
74a08650d6 Fixed incorrect git uri ref for untracked files 2019-08-09 08:08:42 -04:00
Daniel Imms
ced08707d1 Fix terminal integration test 2019-08-08 09:34:34 -07:00