Commit graph

275 commits

Author SHA1 Message Date
Martin Aeschlimann
63bbc4ea27 Fix tslint warnings in json extension 2016-01-26 09:43:21 +01:00
Martin Aeschlimann
1379c39944 Merge pull request #2245 from Microsoft/aeschli-json-language-server
Add json language server
2016-01-25 22:10:46 +01:00
Martin Aeschlimann
9f7632cc23 Support isIncomplete form completion results 2016-01-25 22:01:17 +01:00
Martin Aeschlimann
e57f5f4078 Fix createHover 2016-01-25 22:00:35 +01:00
Martin Aeschlimann
210738c61d Remove console.log from server.ts 2016-01-25 21:28:17 +01:00
Martin Aeschlimann
0f12aa4ff8 Default theme name polish 2016-01-25 20:46:37 +01:00
Martin Aeschlimann
7a8fed4c39 Send proxy information 2016-01-25 17:43:18 +01:00
Andre Weinand
af4f2c555a update node and mono debug 2016-01-25 16:14:44 +01:00
Johannes Rieken
74d033e92a allow to register for the same scheme twice. lifo behaviour 2016-01-25 16:12:33 +01:00
Johannes Rieken
ee249f86bd api - add vscode.env.language 2016-01-25 14:49:36 +01:00
Martin Aeschlimann
0587f20cd7 JSON completion contributors 2016-01-25 14:46:25 +01:00
Andre Weinand
2e68641c84 add debug console support to mono-debug 2016-01-25 14:40:14 +01:00
Johannes Rieken
1d47228e95 one more attempt, fixes #2217 2016-01-25 09:59:08 +01:00
Andre Weinand
11ab20666a update mono-debug 2016-01-25 00:30:58 +01:00
Martin Aeschlimann
9aa135b2ab Use 'next' version of language server/client 2016-01-24 18:08:49 +01:00
Andre Weinand
fd27b3f88b 💄debug adapter test suite 2016-01-24 00:34:07 +01:00
Martin Aeschlimann
67e4daf06b Fix to use vscode scheme 2016-01-23 21:17:22 +01:00
Martin Aeschlimann
0a1ed45811 Support %APP_SETTINGS_HOME% in jsonValidation paths 2016-01-23 21:17:00 +01:00
Martin Aeschlimann
c3abc6760f Use 'vscode' URI for keybinding schema and default doc 2016-01-23 21:10:39 +01:00
Martin Aeschlimann
0b66ccdfa9 jsonValidation contributions for setting schemas 2016-01-23 21:07:51 +01:00
Erich Gamma
ba0315c57b Incorporated feedback from the emoji police, added a dancer icon when salsa is supported 2016-01-23 17:57:37 +01:00
Chris Dias
e9353c8916 associate vb script (.vbs) files with VB syntax 2016-01-22 12:33:10 -08:00
Martin Aeschlimann
8bccda9e42 Remove linesModel, use new APIs 2016-01-22 17:33:02 +01:00
Martin Aeschlimann
2747ebef95 Correct test fixture path 2016-01-22 17:23:02 +01:00
Martin Aeschlimann
a0a3db9290 More Thenables and polish 2016-01-22 17:19:33 +01:00
Martin Aeschlimann
5fb37d3119 send schema associations configured by extensions 2016-01-22 17:12:31 +01:00
Martin Aeschlimann
a351055049 SchemaService: Use Thenable in signatures 2016-01-22 15:17:29 +01:00
Andre Weinand
25fa3ac1e7 update node-debug 2016-01-22 14:47:26 +01:00
Johannes Rieken
42596574eb Use different default CompletionItemKind, fixes #2169 2016-01-22 11:44:34 +01:00
Dirk Baeumer
3b3bba341f Merge branch 'salsa-status' 2016-01-22 10:05:36 +01:00
Dirk Baeumer
8e6415a70d Tooltip tweak. Fixed nls issue 2016-01-22 09:54:27 +01:00
Johannes Rieken
86ecfe849d fix api test 2016-01-22 09:50:52 +01:00
Andre Weinand
2e8b7998ea update node-debug 2016-01-21 23:09:03 +01:00
Martin Aeschlimann
ea0e5bbae7 [json] rename server/src/tests to test 2016-01-21 22:49:05 +01:00
Martin Aeschlimann
078ac32d73 [json] add json.configuration 2016-01-21 22:47:56 +01:00
Martin Aeschlimann
817f3f5919 [json] language server & client as extension 2016-01-21 22:19:39 +01:00
Erich Gamma
fec692f33e oops, fixed testing left over 2016-01-21 19:15:30 +01:00
Erich Gamma
00d0b3b0da show error message in tooltip 2016-01-21 17:58:58 +01:00
Erich Gamma
47758c4ab5 fixed copyright 2016-01-21 17:55:32 +01:00
Erich Gamma
7f5ebcd06c Show text in status bar when Salsa is used, check whether the tsserver supports salsa. 2016-01-21 17:55:16 +01:00
Dirk Baeumer
5f7226b867 Add support to trace the message on request failure 2016-01-21 16:57:10 +01:00
Martin Aeschlimann
a038512621 colorful default themes: make sure the theme works with 0.10.3 2016-01-21 15:55:42 +01:00
Johannes Rieken
5be404dd5c #1835 - onDidChangeTextEditorViewColumn event 2016-01-21 15:12:13 +01:00
Johannes Rieken
c14e864b2b #1835 add viewColumn property to TextEditor, not yet decided if we also need an event to signal changes 2016-01-21 12:05:10 +01:00
Johannes Rieken
21a84ab87c keep sort text, sort by label if no or equal sort text 2016-01-21 10:53:06 +01:00
Johannes Rieken
a9c1895117 allow to provide ViewColumn with 'vscode.previewHtml' command 2016-01-20 15:49:01 +01:00
Johannes Rieken
1d7facf02b more clever sortText for TypeScript completion items, fixes #1190 2016-01-19 10:51:02 +01:00
Andre Weinand
2771dff034 update node-debug 2016-01-19 08:55:09 +01:00
Johannes Rieken
a6aa8ddf80 add html preview sample 2016-01-18 18:27:24 +01:00
Andre Weinand
cfe95a14a9 node debug: improve source path matching (fixes #1591) 2016-01-15 20:01:39 +01:00