Commit Graph

824 Commits

Author SHA1 Message Date
Martin Aeschlimann
7eecbbf1f3 [rust] remove rust snippets (see discussion in #6430) 2016-06-27 10:55:30 +02:00
Martin Aeschlimann
6f18e14a27 [css] Generalize languageModelCache 2016-06-26 23:50:15 +02:00
Martin Aeschlimann
10146b8e2f [json] use vscode-json-languageservice 2016-06-26 23:49:47 +02:00
Alex Dima
be7f2e237f Remove MirrorModelEmbedded as it is no longer used 2016-06-25 11:21:55 +02:00
Johannes Rieken
61973222fd support group property for menu item and treat 'navigation' special 2016-06-24 17:15:00 +02:00
Johannes Rieken
8b60f07f69 Merge pull request #8059 from Microsoft/joh/menus
refine menu contributions
2016-06-24 09:46:59 +02:00
Andre Weinand
fa3b092833 update node-debug; fixes #2472 2016-06-23 23:47:49 +02:00
Martin Aeschlimann
79b65f326a [css] use vscode-css-languageservice 2016-06-23 17:41:43 +02:00
Johannes Rieken
dbb8c3f3b6 markdown uses explorer/context menu 2016-06-23 16:27:49 +02:00
Johannes Rieken
51f0436d53 rename editor/primary to editor/title, remove editor/secondary 2016-06-23 15:42:01 +02:00
Dirk Baeumer
0edf9421da Remove breakpoint flag 2016-06-23 13:50:01 +02:00
Dirk Baeumer
1c9726fde0 Merge branch 'dbaeumer/TS9125' 2016-06-23 13:38:45 +02:00
Dirk Baeumer
ff52542fcd Make experimental auto build a setting 2016-06-23 13:29:23 +02:00
Johannes Rieken
87d3f05666 actionBarContributor, scope keybindings services 2016-06-23 12:17:41 +02:00
Dirk Bäumer
66a17b24ba Merge pull request #8028 from paulvanbrenk/master
Fix typo
2016-06-23 09:37:43 +02:00
Paul van Brenk
43924f11bf Fix typo 2016-06-22 17:29:10 -07:00
Cătălin Mariș
9358d513f8 Treat .webmanifest files as JSON
Web App Manifest files (having `webmanifest`¹ as the recommended
file extension and `application/manifest+json`¹ as the recommended
media type) use the JSON² format.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

¹ https://w3c.github.io/manifest/#media-type-registration
² https://w3c.github.io/manifest/#abstract

See also: https://w3c.github.io/manifest/
2016-06-22 22:48:31 +03:00
Johannes Rieken
22773cb862 replace ActionService with MenuService, merge both contribution points, add user friendly objects 2016-06-22 16:59:49 +02:00
Johannes Rieken
40deddb4a7 Merge branch 'master' into joh/menus 2016-06-22 10:25:29 +02:00
Martin Aeschlimann
88f88a9093 Update TS grammar with fix 11. 2016-06-22 10:17:03 +02:00
Dirk Baeumer
ab50c4dc88 Add support for build status 2016-06-22 09:58:09 +02:00
kieferrm
b985edc9f5 introduce activation telemetry 2016-06-21 20:32:50 -07:00
kieferrm
b9b2a6d895 refactoring 2016-06-21 20:31:27 -07:00
kieferrm
3410cb13ac fix double quotes 2016-06-21 20:26:32 -07:00
kieferrm
65d93c9408 Fix up duplicated names in command pallete 2016-06-21 20:24:08 -07:00
kieferrm
7e72a4d17a fix toggle markdown preview/source \w keybinding 2016-06-21 20:22:31 -07:00
Andre Weinand
2dc1d5157a update node-debug 2016-06-21 18:33:47 +02:00
Andre Weinand
a6aa32032d update node-debug 2016-06-21 16:50:46 +02:00
Andre Weinand
62f0272219 update node-debug 2016-06-21 00:33:12 +02:00
Johannes Rieken
cc8f1034db make command#when be like keybinding#when 2016-06-20 21:29:23 +02:00
Andre Weinand
da501b031f update node-debug (add variable value support) 2016-06-20 15:20:54 +02:00
kieferrm
ea101fea09 re-contribute configuration option; fixes #7832 2016-06-17 12:26:34 -07:00
Dirk Baeumer
a4aeaa1d67 TypeScript builder adoption 2016-06-17 19:03:04 +02:00
Martin Aeschlimann
e65a6df013 fixes #7777: [scss] validation doesn't disable 2016-06-17 16:17:14 +02:00
Johannes Rieken
f23877c4ed md - differentiate between showPreview and showSource
having two distinct commands allows us to have a context menu action in the explorer to show a preview
2016-06-17 11:23:17 +02:00
Johannes Rieken
a91bc054c3 not yet fit for explorer contribution 2016-06-16 18:18:22 +02:00
Johannes Rieken
6a1b806b3d fix update regression 2016-06-16 17:59:13 +02:00
Johannes Rieken
b248889d39 inline context, have one per command 2016-06-16 17:35:13 +02:00
Martin Aeschlimann
50e1f4f2c4 Merge pull request #7328 from jhasse/patch-1
Highlight .mk files as a Makefile
2016-06-16 16:35:22 +02:00
Martin Aeschlimann
996cdc3529 Merge pull request #7491 from gontadu/patch-1
Added .dsql and .psql filetypes
2016-06-16 16:24:59 +02:00
Martin Aeschlimann
e520a4208b fixes #7730: [json] Referencing **local** JSON schema from another local schema 2016-06-16 15:57:06 +02:00
Benjamin Pasero
7ffaba1ba5 fix warning 2016-06-16 14:07:42 +02:00
Martin Aeschlimann
d4976a5382 fixes #7748: [scss] Undesirable behavior when pressing enter after completing a Sass (SCSS) statement 2016-06-16 12:11:51 +02:00
Martin Aeschlimann
5bb9d0b098 fixes #6611: [rust] The keyword where can't be highlighted like others 2016-06-16 12:11:51 +02:00
Johannes Rieken
8c2fb77935 add icons for preview and view source 2016-06-16 11:40:52 +02:00
Johannes Rieken
4c15a778e1 save preview icons before deletion begins 2016-06-16 09:48:59 +02:00
Martin Aeschlimann
b0ffe29313 fixes #7115: [xml] does not work with characters other than the Latin 2016-06-16 09:39:03 +02:00
Johannes Rieken
f5898acf16 Merge pull request #7656 from Microsoft/kieferrm/markdown
extract markdown into an extension
2016-06-16 09:23:49 +02:00
Martin Aeschlimann
f9483d365a #7115: [xml] does not work with characters other than the Latin 2016-06-16 09:20:09 +02:00
Martin Aeschlimann
4d31798275 fixes #7115: [xml] does not work with characters other than the Latin 2016-06-16 09:06:38 +02:00