Commit graph

331 commits

Author SHA1 Message Date
Dirk Baeumer 4bed00b373 Fixes #2434 2016-01-27 12:03:30 +01:00
Martin Aeschlimann e75c630aff Fixes #2388 [json] Completing a JSON suggestion enters snippet mode 2016-01-27 11:40:12 +01:00
Johannes Rieken 8755e438f5 scheme and path or authoriy are mandated, fixes #2341 2016-01-27 11:37:20 +01:00
Erich Gamma c4df2b16c1 fixing the salsa version check 2016-01-26 14:09:14 +01:00
Martin Aeschlimann 4c6534ebc6 [json] update proxy on settings update 2016-01-26 09:56:43 +01:00
Martin Aeschlimann 9443432459 [json] fix for contributed schemas located inside extensions 2016-01-26 09:48:45 +01:00
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
Martin Aeschlimann d9b9d8730f Tune new colors added for dark+ & light+ themes #1943 2016-01-15 09:50:38 +01:00
Martin Aeschlimann da4a123f80 [themes] variable type not colored as type 2016-01-14 09:37:47 +01:00
Andre Weinand bff465991d update node-debug 2016-01-13 17:45:35 +01:00
Martin Aeschlimann 983132f1a1 Fixes #1943: Tune new colors added for dark+ & light+ themes 2016-01-13 14:59:55 +01:00
Andre Weinand cf45984418 update node-debug 2016-01-12 22:53:23 +01:00
Martin Aeschlimann 277510fe7b Merge pull request #1457 from xaverh/master
C++11 keyword "noexcept" added
2016-01-12 17:04:18 +01:00
Martin Aeschlimann 0babb42991 Merge pull request #1217 from dstorey/update-css-intellisense
[css] Update css intellisense and css.plist
2016-01-12 11:17:55 +01:00
Johannes Rieken f345c94847 virtual doc - support content provider signalling change via onDidChange event 2016-01-12 10:50:53 +01:00
Martin Aeschlimann 0bdf9ca824 Dark+ theme: fields hard to see #1880 2016-01-12 10:21:17 +01:00
Martin Aeschlimann e68a8078b4 [themes] color field types 2016-01-12 10:21:17 +01:00
Johannes Rieken a19740d091 Merge pull request #1831 from Microsoft/joh/registerTextDocumentProvider
register text document provider
2016-01-11 16:54:37 +01:00
Martin Aeschlimann 57853442ac Merge pull request #1583 from Tyriar/patch-3
Disassociate .gn with python language
2016-01-11 16:28:28 +01:00
Martin Aeschlimann 86be59b8f4 [themes] return types coloring 2016-01-11 15:42:58 +01:00
Martin Aeschlimann 9e93648c14 [themes] fix for parameterized types 2016-01-11 15:42:57 +01:00
Martin Aeschlimann db1768a599 [theme] storage.type is used for types 2016-01-11 13:52:36 +01:00
Johannes Rieken 44b8ebe084 merge with master 2016-01-11 13:03:39 +01:00
Alex Dima 0a1e2c29b0 Fixes #1609: Tweak onEnter regexp to accept no trailing whitespace in doc comments 2016-01-11 10:52:46 +01:00
David Storey 04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00
David Storey 331a9538f7 add missing unicode-range to syntax highlight 2016-01-10 20:16:37 -08:00
Andre Weinand eb3885dcaf update node-debug 2016-01-09 23:55:32 +01:00
Andre Weinand 4804b5c40b update node-debug 2016-01-09 11:46:36 +01:00
Benjamin Pasero 059e335427 Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"
This reverts commit 37dbbb3573.
2016-01-08 17:32:21 +01:00
Benjamin Pasero 5884fe2b83 adopt postinstall script 2016-01-08 16:43:14 +01:00
Johannes Rieken ffc21477ea add missing changes to test 2016-01-08 16:19:49 +01:00
Martin Aeschlimann ffbe6492a3 Merge pull request #1678 from dpodder/fix-batch-syntax
Fix batch syntax
2016-01-08 15:19:24 +01:00
Martin Aeschlimann 183bf66abb default themes: fixes for csharp 2016-01-08 13:48:31 +01:00
Johannes Rieken f484123616 refine API, add closeTextDocument call 2016-01-08 12:04:00 +01:00
Johannes Rieken 5923afa982 Merge branch 'master' into joh/registerTextDocumentProvider 2016-01-07 17:16:00 +01:00
Martin Aeschlimann 4732e95b1d [php] prefilter completion proposals based on prefix 2016-01-07 16:00:18 +01:00
Martin Aeschlimann bdae5cdc6d remove experimental from label 2016-01-07 16:00:17 +01:00
Martin Aeschlimann 2dd02eba0b [theme] rename extension to 'colorful-defaults' 2016-01-07 16:00:16 +01:00
Johannes Rieken 92fb16ab11 merge with master 2016-01-07 10:52:55 +01:00
Dirk Baeumer 8b8c3ca711 Fixes #1802 2016-01-07 10:31:50 +01:00
Daniel Podder 2e273e710f Stop strings from spilling onto next line 2016-01-06 12:04:47 -08:00
Daniel Podder 867a87f070 Add tokens to grammar for environment variables 2016-01-06 12:04:46 -08:00
Daniel Podder 3edcbfbd91 Add tokens to grammar for parameter/loop variables 2016-01-06 12:04:46 -08:00
Daniel Podder d5887eeb03 Fix parsing of 'rem' directive
- remove 'rem' from list of keywords so it's not misparsed as a keyword
 - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.
2016-01-06 12:04:46 -08:00
Johannes Rieken ac5267eb61 use resourceEditorInput so that virtual documents can be shown in the editor 2016-01-06 17:53:37 +01:00
Dirk Baeumer 58e894eff3 If Salsa is enabled look for the tsserver also in local node_modules 2016-01-06 17:18:20 +01:00
Dirk Baeumer 3e9fe80339 Add feature flag to support using tsserver for JS files 2016-01-06 17:18:20 +01:00
Martin Aeschlimann 3062198a08 [theme] dark & light plus (#1470) 2016-01-06 17:18:14 +01:00
Andre Weinand bcb3531bee update node-debug 2016-01-06 17:18:13 +01:00
Benjamin Pasero 73571b598f Merge branch 'master' into ben/electron 2016-01-06 16:27:33 +01:00
Johannes Rieken 26fab247a9 first implementation of registerTextDocumentContentProvider api-idea 2016-01-06 16:26:49 +01:00