Commit graph

2322 commits

Author SHA1 Message Date
Joao Moreno c973c34597 🐛 fix git throttle decorator
fixes #25271
2017-04-26 16:44:54 +02:00
isidor b714af7a56 update quiet light theme
#25327
2017-04-26 15:22:34 +02:00
Benjamin Pasero eb7cf703bd abyss theme (for #25327) 2017-04-26 10:53:34 +02:00
Matt Bierner 7516e31306 A few more small theme updates 2017-04-25 16:56:37 -07:00
Matt Bierner 1ac5dd5d76 More updates to red color theme 2017-04-25 16:49:04 -07:00
Matt Bierner b4a3fcbf30 A bit more styling for red theme 2017-04-25 16:26:10 -07:00
Matt Bierner bcc800bf37 Pick up 04/25.1 TS 2.3.1 insiders release 2017-04-25 16:03:31 -07:00
Matt Bierner 2ff6277228 Add some basic colors for the red theme 2017-04-25 16:00:04 -07:00
Matt Bierner 66114df4b1 Added red-color-theme json file 2017-04-25 15:51:55 -07:00
Matt Bierner 08b0a15967 Update TS/JS Grammars (#25337)
* Update TS/JS Grammars

* Update test results

* Update html tests
2017-04-25 15:29:09 -07:00
Matt Bierner 3f930c796d Properly gate type definition and implementation providers for TS changes. Fixes #24548 2017-04-25 14:47:37 -07:00
Martin Aeschlimann 90a81236cd [json] update service 2017-04-25 23:40:28 +02:00
Martin Aeschlimann 2c70320d48 [html] update html grammar 2017-04-25 23:40:28 +02:00
Matt Bierner 8cd0cc2146 Pick up next TS 2.3 insiders 2017-04-25 14:04:29 -07:00
Martin Aeschlimann 717125b3e1 [theme] update kimbie dark 2017-04-25 22:32:23 +02:00
rebornix 6ee0da64d5 activity bar forground color for Quite Light Theme. 2017-04-25 11:44:02 -07:00
Joao Moreno 24dcf7a27d 🐛 git always show stderr
fixes #23632
2017-04-25 17:37:27 +02:00
Joao Moreno e2e8ee077d 🐛 better git push error message
fixes #23553
2017-04-25 17:33:23 +02:00
Joao Moreno 485faa0998 🐛 fixes #21143 2017-04-25 17:03:55 +02:00
Martin Aeschlimann 303c841c25 [theme] convert kimbie dark 2017-04-25 16:41:15 +02:00
Joao Moreno c89361a0e0 🐛 fix git command labels 2017-04-25 15:44:37 +02:00
Martin Aeschlimann c725d0706a [themes] revert uiTheme-> type change 2017-04-25 15:37:35 +02:00
Johannes Rieken 2d64239944 rename ProgressLocation.Scm to ProgressLocation.SourceControl, #18066 2017-04-25 12:38:42 +02:00
Johannes Rieken c5d2d86a70 adopt git to final progress API, #18066 2017-04-25 12:38:41 +02:00
Johannes Rieken 5f319d4892 finalize progress API, #18066 2017-04-25 12:38:41 +02:00
Martin Aeschlimann c3984ce5ef [themes] add type to color theme file 2017-04-25 12:34:20 +02:00
Joao Moreno 397937c787 🐛 range (un)staging should be line based
fixes #21513
2017-04-25 11:53:00 +02:00
Dirk Baeumer fc3cc2bdcf Merge branch 'dbaeumer/grunt' 2017-04-25 09:52:39 +02:00
Matt Bierner dc0f3ecdb2 Fix VSCode/Extensions for TS 2.3.1 (#25248)
From: https://github.com/Microsoft/TypeScript/issues/15352

TS 2.3.1 introduced a breaking change around checking of generic types. This change tries to fix these compiler errors in the extensions codebase
2017-04-24 16:05:57 -07:00
Ramya Rao 8743507344 Update Go grammar to atom/language-go@6de3f61 (#25216)
* Update Go grammar to atom/language-go@6de3f61

* Updating UT for Go grammar

* More test fixes for Go grammar
2017-04-24 14:37:34 -07:00
Joao Moreno f44b474ebf fixes #24031 2017-04-24 12:22:00 +02:00
Joao Moreno a199b2aa53 merge git.open* commands 2017-04-24 11:47:09 +02:00
Benjamin Pasero d79d621bd7 rename to activityBarForeground 2017-04-24 11:44:26 +02:00
Benjamin Pasero 5b5b221d2c Allow to configure foreground color of icons inside activity bar (fixes #25160) 2017-04-24 11:37:32 +02:00
Joao Moreno 566fdd4879 🎨 cleanup git show code 2017-04-24 10:51:08 +02:00
Joao Moreno 3598679114 don't decode stderr 2017-04-24 10:37:15 +02:00
Joao Moreno 7cf0ad0440 Merge branch 'git-encoding' of https://github.com/igelbox/vscode into igelbox-git-encoding 2017-04-24 10:25:45 +02:00
Martin Aeschlimann 0a760c70c2 [html] update service 2017-04-24 10:07:51 +02:00
Joao Moreno f3d5a6c000 🐛 fixes #25153 2017-04-24 09:02:28 +02:00
Matt Bierner e105d5cc99 Fixes #20470 2017-04-21 15:59:52 -07:00
Matt Bierner 072e2f408b Pass Source and Level For TS/JS Errors (#25167)
**Bug**
All TS/JS diagnostics are currently reported as errors. We also cannot pass a custom source to identify them as coming from a tsserver plugin  such as tslint

**Fix**
Add support for the new fields added in TS2.3.1 that provide this information
2017-04-21 15:41:13 -07:00
Matt Bierner 0e7b49949d Lazily Fetch Supported Code Actions for TypeScript (#25164)
Delay fetching the supported code actions for TS/JS until we actually need them.
2017-04-21 14:58:38 -07:00
Matt Bierner 7cda103d46 Prototype Extension Contributed TS Plugins (#24917)
* Prototype TS plugin from extension support

* Update to take typescriptServerPlugins as an array objects instead of strings

* Use extension path
2017-04-21 14:21:46 -07:00
Matt Bierner 51f3f10e36 Add setting to disable NPM Not installed error (#25112)
Adds a new setting to disable the npm not installed warning that we show when ATA fails

Fixes #25063
2017-04-21 14:19:25 -07:00
Matt Bierner a1677b57b0 Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects (#25116)
* Add Setting to Enable JavaScript TypeChecking Checking in Implicit Projects

Fixes #25113

Adds new setting to enable js typechecking in implicit projects

// cc @mhegazy

* Make sure we update config after changing settings

* Update wording
2017-04-21 13:57:23 -07:00
rebornix 743679c37f Mitigate #25103. I might be the only Quite Light theme user. 2017-04-21 13:22:14 -07:00
Martin Aeschlimann d02567a2e4 [css] update service 2017-04-21 20:17:40 +02:00
Joao Moreno 9208c4b4fe 🐛 fixes #24646 2017-04-21 15:24:49 +02:00
Joao Moreno 83d86b36f2 🐛 fixes #21285 2017-04-21 14:56:05 +02:00
Martin Aeschlimann ef9e03c8ad [html] Format onPaste issues with HTML. Fixes #21218 2017-04-21 13:59:53 +02:00