Commit Graph

18532 Commits

Author SHA1 Message Date
Joao Moreno 6885b84099 tfs: fix dependencies 2017-05-16 18:57:51 +02:00
Joao Moreno 10884073b3 tfs: fix windows build 2017-05-16 18:18:26 +02:00
Joao Moreno c71091755c dynamically fetch product dependencies 2017-05-16 18:12:27 +02:00
Johannes Rieken 5a0876d81c d'oh 2017-05-16 12:33:32 +02:00
Johannes Rieken 34e16c9269 remove console.log statement 2017-05-16 12:20:28 +02:00
Alexandru Dima 72df9ac7e0 Merge pull request #22478 from hoovercj/wordPatternLanguageConfiguration
Addresses #14221 by reading wordPattern from language-configuration.json
2017-05-16 12:19:44 +02:00
Alex Dima 953d09930d Move IRegExp to languageConfigurationExtensionPoint.ts 2017-05-16 12:16:10 +02:00
Alex Dima 45fc677eb2 Merge remote-tracking branch 'origin/master' into wordPatternLanguageConfiguration 2017-05-16 12:12:33 +02:00
Johannes Rieken 1b80783d02 adopt loader with correct electron renderer file paths 2017-05-16 11:52:24 +02:00
Martin Aeschlimann 0287e46ab4 JSON schemas served with gzip fail to parse. Fixes #26672 2017-05-16 11:47:04 +02:00
Joao Moreno 78636af970 comment out linux tests 2017-05-16 11:38:29 +02:00
Joao Moreno dbd1a220f1 dockerfile: go back to 14.04 2017-05-16 11:38:29 +02:00
isidor 9afd541f23 debug console: add copy all action
#2163
2017-05-16 11:25:00 +02:00
Johannes Rieken cd6ee093b5 adopt new loader with 'onNodeCachedData', send telemetry for successful cached data generation 2017-05-16 10:49:09 +02:00
Benjamin Pasero 29422ec67e Using Spanish locale on Mac shows "Open new command prompt" instead of "Open new terminal" underneath Spanish text (fixes #26652) 2017-05-16 10:48:14 +02:00
Joao Moreno 1b878261f8 compile build scripts after npm install 2017-05-16 10:27:44 +02:00
David Lechner 242b3d1c33 Add .git/subtree-cache/ to files.watcherExclude (#26665) 2017-05-16 09:56:43 +02:00
Johannes Rieken 443116c73a 💄 2017-05-16 09:46:38 +02:00
Joao Moreno 84658d7a44 tfs: disable linux ia32 tests 2017-05-16 08:59:11 +02:00
Joao Moreno 94c38e09f8 update distro 2017-05-16 08:56:21 +02:00
Joao Moreno 74fab50d5d consolidate build package.json 2017-05-16 08:56:21 +02:00
Matt Bierner 613724d43b Add logging of PATH to investigate ATA issues reported in #24961 2017-05-15 21:46:21 -07:00
Matt Bierner ed16aff923 Use more const 2017-05-15 21:38:50 -07:00
Matt Bierner 99f55b2814 Extract TypeScript logger to own file 2017-05-15 21:35:28 -07:00
Matt Bierner c1eccca103 Remove unused paramter 2017-05-15 21:24:02 -07:00
Matt Bierner 4f398bafda Prototype of Supporting Additional Language Types for TS Plugins
Fixes #25740

Allows ts server plugins to specify that they support additional languages, such as html. These supported languages are defined in the contributes section of the package.json:

```json
"contributes": {
    "typescriptServerPlugins": [
        {
            "name": "tslint-language-service",
            "languages": [ "html" ]
        }
    ]
}
```

This change allows the TS Plugin in VSCode to send the additional file types to the TypeScript server for processing by the plugin
2017-05-15 17:00:10 -07:00
Christof Marti 62eaa644cb Adapt to theme's background (fixes #18905) 2017-05-15 16:50:46 -07:00
Ramya Rao 39a2da8f9a Use getDomNodePagePosition to position suggest docs (#26676)
* Use getDomNodePagePosition to position suggest docs

* Use css instead of setting width explicityl

* Simplifying adjustdocs
2017-05-15 15:46:45 -07:00
Christof Marti e68316c5f7 Protect against disposed snippet (fixes #26587) 2017-05-15 14:45:58 -07:00
Martin Aeschlimann 3adc1979a6 [theme] remove vs-whitespace color from css 2017-05-15 23:19:15 +02:00
Martin Aeschlimann 9c7ee4e76e [theme] theme 'inspect tokens' 2017-05-15 23:17:27 +02:00
Martin Aeschlimann d1dc19b649 [theme] externalize more hover colors 2017-05-15 23:12:53 +02:00
Rob Lourens bd68894569 Merge pull request #26674 from Microsoft/amqi/emdash
Fix #26011
2017-05-15 14:12:20 -07:00
Amy Qiu f689edade2 Fix #26011
- use em dash instead of en dash
2017-05-15 13:51:09 -07:00
Martin Aeschlimann 6019724a1d Cannot Theme the 'No Definition Found' Popup. Fixes #25579 2017-05-15 22:49:39 +02:00
Martin Aeschlimann 2fba3e68ef [theme] add support for inPlaceReplace (for #23506) 2017-05-15 22:23:29 +02:00
Daniel Imms f8bd850747 Merge pull request #25570 from jhasse/system-ui
Use Chromium's new system-ui font alias
2017-05-15 13:20:56 -07:00
Martin Aeschlimann 752ff22290 [theme] style 'inspect tm scopes' (for #23506) 2017-05-15 22:06:12 +02:00
Martin Aeschlimann dd41aedbc3 Fix duplicated import in preferenceEditor 2017-05-15 21:48:50 +02:00
Martin Aeschlimann 802041ed85 Merge pull request #26656 from Microsoft/aeschli/remove-editorconfig-theme
[theme] remove editorOptions.theme
2017-05-15 21:47:13 +02:00
Martin Aeschlimann ba9df68878 Allow theming of parameter hints #26671 2017-05-15 21:44:26 +02:00
Johannes Rieken ccb75cd508 💄 2017-05-15 17:52:11 +02:00
Joao Moreno ec819e0b91 fix linux build 2017-05-15 17:37:44 +02:00
Joao Moreno 38446892b2 tfs: add linux ia32 2017-05-15 17:20:01 +02:00
Joao Moreno 136f6a9630 tfs: fix linux build 2017-05-15 16:50:27 +02:00
Sandeep Somavarapu 31d232e9bb Fix #26576 2017-05-15 16:33:06 +02:00
Sandeep Somavarapu fc9a929dd0 Fix #19161 2017-05-15 16:20:02 +02:00
Martin Aeschlimann 9acf72b252 [theme] remove editorOptions.theme 2017-05-15 16:03:40 +02:00
Johannes Rieken 515a6e0d3d extract edit making logic, #24855 2017-05-15 15:56:12 +02:00
Benjamin Pasero 696cfa8513 Sidebar is not clickable after changing Date & Time (fixes #25830) 2017-05-15 15:55:49 +02:00