Commit Graph

124157 Commits

Author SHA1 Message Date
Johannes Rieken 2ede316636 reference provider as support 2015-11-25 18:37:11 +01:00
Benjamin Pasero c27c691d35 Running code . in a terminal does not get env vars from the terminal if there is any Code window already open (fixes #560) 2015-11-25 18:03:09 +01:00
Johannes Rieken d3584c91a1 doc highlight provider as support, also use IModel 2015-11-25 17:51:58 +01:00
Alex Dima c704df8998 Update vscode-textmate to 1.0.7 2015-11-25 17:38:23 +01:00
João Moreno 08ccecf3e0 Update appveyor.yml 2015-11-25 17:06:08 +01:00
João Moreno 920ede826a Update appveyor.yml 2015-11-25 17:06:00 +01:00
Johannes Rieken 1b1e583a68 hover provider as support 2015-11-25 16:59:52 +01:00
isidor e91ddbe397 debug: fix margins in debug call stack
fixes #627
2015-11-25 16:49:25 +01:00
João Moreno c5bd9c4154 Merge pull request #505 from bpasero/git-sync-command
add the "Sync" command to the command palette as global command
2015-11-25 16:44:25 +01:00
isidor 782cb040c2 debug: make it to possible to cancel debug environment picker.
fixes #626
2015-11-25 16:42:54 +01:00
Joao Moreno 2b17de293a better labels for extension quick open contributions 2015-11-25 16:34:51 +01:00
Joao Moreno 40f2eafeec Merge branch 'akamud-master' 2015-11-25 16:34:29 +01:00
Joao Moreno 8572f72064 naming 2015-11-25 16:33:37 +01:00
Joao Moreno 386a130100 use semver to compare versions 2015-11-25 16:25:22 +01:00
Joao Moreno a05a4fdea6 Merge branch 'master' of https://github.com/akamud/vscode into akamud-master 2015-11-25 16:15:01 +01:00
João Moreno 9870484cf5 Merge pull request #555 from gluck/typos2
Typo fixes for src/vs/workbench/parts
2015-11-25 16:11:17 +01:00
Johannes Rieken 31d872e081 definition provider as support 2015-11-25 16:08:40 +01:00
Benjamin Pasero c3d18ddb04 add environment variable SKIP_INTEGRATION_TESTS 2015-11-25 15:48:22 +01:00
Johannes Rieken e1ecd1dbdf Merge branch 'master' into joh/fixLanguageFeatures 2015-11-25 13:55:36 +01:00
Alex Dima b255288e3b fixes #139 - don't sync large models to extension host 2015-11-25 13:54:16 +01:00
Alex Dima b57564d7fb fixes #177 2015-11-25 13:22:06 +01:00
Benjamin Pasero 5ea34f9dba return early from confirmSave when we are in extension development mode 2015-11-25 12:51:24 +01:00
Johannes Rieken 770ede158a One code lens provider is one code lens support, fixes #360 2015-11-25 12:48:55 +01:00
Benjamin Pasero 2c09792e1c first commands test (disabled) 2015-11-25 12:13:40 +01:00
Benjamin Pasero 052a1dc8a0 api tests - more use of promises in mocha 2015-11-25 12:04:21 +01:00
Johannes Rieken bd93ccb864 add tests for the document symbol provider 2015-11-25 12:02:15 +01:00
Martin Aeschlimann f924875c00 [json] improve text mate tokenizer, enable as default 2015-11-25 12:01:09 +01:00
Joao Moreno aba9d6bf3f better cleanup for api tests 2015-11-25 11:59:55 +01:00
Martin Aeschlimann c37136730f [json] 'JSON with comments' text mate bundle 2015-11-25 11:11:17 +01:00
Johannes Rieken b370792f68 fix document symbol duplication
each provider is represented as one support, have a provider to support adapter
2015-11-25 11:01:38 +01:00
Johannes Rieken 6ea319fa68 move the logic of getOutlineEntries into one place 2015-11-25 11:00:40 +01:00
Benjamin Pasero 7754743a7e api tests: allow to run and debug them 2015-11-25 10:58:17 +01:00
João Moreno 53644525be use --force when running npm install on Appveyor 2015-11-25 10:45:28 +01:00
Alex Dima 90ace5d479 fixes #115 2015-11-25 10:41:55 +01:00
Benjamin Pasero e5d7c7a919 api tests: cleanup after test run 2015-11-25 10:29:02 +01:00
João Moreno b7b97fd8ee Update .travis.yml 2015-11-25 09:49:27 +01:00
Joao Moreno d113d85fd4 fix hygiene 2015-11-25 09:47:15 +01:00
Francois Valdy 4e0b0b359f Make sure css is fixed as well 2015-11-25 09:43:38 +01:00
Joao Moreno 52c9c102f8 hygiene: emit file at end 2015-11-25 09:29:53 +01:00
João Moreno 916c524559 travis: split electron and compile tasks 2015-11-25 09:27:02 +01:00
João Moreno a1c4fd9bfe appveyor: split electron and compile tasks 2015-11-25 09:25:03 +01:00
Alex Dima 1736f67195 Adopt latest loader 2015-11-25 09:18:13 +01:00
Benjamin Pasero 4ea2714df8 add more meaningful api tests 2015-11-25 08:44:13 +01:00
David Storey 8dc3eddd0f Update CSS Multi-column Intellisense
* add missing enum restriction so keywords show in auto-complete
* Update browser support for Safari 9 and correct Opera version number
* Hide break-* for region breaks, as they’re part of CSS Regions are
are not supported.
2015-11-24 18:47:52 -08:00
David Storey 2a6f37e439 Update based on CSS Cascade and Inheritance spec
* add unset and initial to css.plist (still need to find where to add
these to IntelliSense)
* add all property to Intellisense
2015-11-24 18:16:27 -08:00
David Storey bc0039ab64 Add <picture> element to auto-complete and syntax highlight 2015-11-24 17:53:47 -08:00
David Storey 95bb19d13f W3C Fullscreen is discontinued. Link to WHATWG spec 2015-11-24 17:36:23 -08:00
David Storey a598c93bc5 Add rebeccapurple as valid colour in syntax highlight
…this section needs generally updated as it makes the standard colour
named non-standard.
2015-11-24 15:30:31 -08:00
David Storey 5e65254d14 Add CSS MQ L4 Interaction media features to syntax highlight
These are now well supported. Not included the others until I research
how well they’re supported.
2015-11-24 15:13:26 -08:00
João Moreno 8a0f53baa4 Update README.md 2015-11-24 22:47:41 +01:00