Commit graph

2576 commits

Author SHA1 Message Date
Matt Bierner 721f880cfd Use Shared TypeScript to Compile VSCode Colorizer Tests (#25858)
**Bug**
Colorizer-tests currently installs an old version of typescript

**Fix**
Switch to using the standard typescript that all other extensions use. Also switch over to using the shared `vscode.d.ts` file
2017-05-05 13:41:39 -07:00
Matt Bierner e8b01da790 Clean Up JSDoc Completion Provider Implementation (#25981)
* Fix JSDoc Completion Provider

**Bug**
89da6ab81f fixed #11944 by changing how enter works in completion providers. Now if the completion exactly matches the current text, pressing `enter` is not captured by the the suggestion widget. Instead it inserts a new line into the editor. This broke the jsdoc completion provider which uses `''` as a placeholder insertion before calculating the actual insertion upon being accepted. This weird behavior is because of a of the current tsserver api

**Fix**
Change the insert text to a single space instead. This seems to fix this issue in my testing.

* Slightly more elegant fix
2017-05-05 12:53:05 -07:00
Matt Bierner 7d2dea4e45 Add "Include" to extension TSConfig Files (#25860)
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project

**Fix**
Add  `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Daniel Imms 9d5987e8f6 Add terminal colors for solarized themes
Fixes #26065
2017-05-05 10:23:29 -07:00
Daniel Imms f36141ac5e Remove no longer existing theme key from Red 2017-05-05 08:30:46 -07:00
Daniel Imms 29d0a488d0 Monokai: Don't use transparency in terminal colors
Part of #26050
2017-05-05 08:29:09 -07:00
Martin Aeschlimann 717f328ab7 Snippets with tab (and other control sequences) insert [object Object]. Fixes #25938 2017-05-05 16:32:19 +02:00
João Moreno 6067977ea9 Merge pull request #26008 from letmaik/git-sync-ahead-behind
Show ahead/behind indicator while git syncing
2017-05-05 12:56:12 +02:00
Maik Riechert 1a4f9ab0e6 show ahead/behind while git syncing
reverts fab6f8871a
2017-05-05 10:15:08 +01:00
Matt Bierner 79f9601273 Fix configFileWatcher being disposed of incorrectly 2017-05-04 23:37:05 -07:00
Bradley Meck d6c61a0e12 Add .mjs to known JavaScript file extensions (#25747)
Also add .es6 in missing places
2017-05-04 16:21:08 -07:00
Daniel Imms 76ec19f240 Monokai: Use standard fg for list highlight
Fixes #25868
2017-05-04 13:01:01 -07:00
Matt Bierner d13f3e79c8 Fix markdown preview no longer marking selection Fixs #25802 2017-05-04 09:14:34 -07:00
Joao Moreno 4c62dfa0a4 git commit with input bail early 2017-05-04 16:45:49 +02:00
Joao Moreno b31c1e1fc9 use global settings 2017-05-04 16:42:02 +02:00
Joao Moreno 0dcb957f4c Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted 2017-05-04 16:32:37 +02:00
Johannes Rieken 127b909c10 some api test love 2017-05-04 16:22:19 +02:00
Joao Moreno af6f8aa748 clean up #24950 2017-05-04 16:04:30 +02:00
Joao Moreno b94f56f7cc Merge branch 'git-default-branch-directory' of https://github.com/ihalip/vscode into ihalip-git-default-branch-directory 2017-05-04 16:00:45 +02:00
Matt Bierner 9b0141aaec Enable Semantics Diagnostics for Inline JS (#25850)
Fixes #25809

**Bug**
Inline js in html currently only reports semantic errors. This means that `// @ts-check` does not work to help catch programming errors

**Fix**
Also report semantic errors in script tags
2017-05-03 15:23:04 -07:00
Matt Bierner 1a8b7a7dc7 Treat Script Tag Contents in HTML as JS (#25847)
**Bug**
Script contents in html are treated as typescript instead of javascript

**Fix**
Explicitly set the script kind to js

Fixes #25846
2017-05-03 12:47:53 -07:00
Matt Bierner 636e3b3cb2 Fix a potential hang when tsserver exits improperly (#25808)
**Bug**
If the TSServer restarts with ongoing requests queued, the new server instance may not properly startup. in the logs, this looks like a series of cancelled request followed by a restart message, and then more cancelled requests of the same series

**fix**
I believe the root cause of this is that the request queue is not properly flushed and the request sequence numbers are not properly reset when starting the new server instance.

Fixes #25807
2017-05-03 09:56:55 -07:00
Johannes Rieken 358eb92d72 make sure default editor position is set, fixes #25801 2017-05-03 14:42:36 +02:00
Matt Bierner 36ce3d156f Show header level in markdown Fixes #25574 2017-05-02 13:38:01 -07:00
Daniel Imms 4b9a244cbf Restore monokai dimmed background
- Restored dimmed monokai bg colors
- Set saturation of blue tinted colors to 0
- Whitespace using indent guide color
- Improve contrast of inactive tab
- Add inputOption.activeBorder and focusBorder

Fixes #25742
2017-05-02 11:11:46 -07:00
Daniel Imms 21ad8e3096 More Monokai refinements
- Focus color is now more muted
- Fixed notification foreground
- Added input option active border
- Added input validation colors
- Added title bar color

Part of #25742
2017-05-02 10:49:49 -07:00
Matt Bierner 0ddd558b29 Pull in updated clojure grammar 2017-05-02 10:37:43 -07:00
Benjamin Pasero a5d90e09c4 more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
Daniel Imms 479eb68a13 Fix monokai tab border color
Part of #25742
2017-05-01 16:02:58 -07:00
Daniel Imms de55855f3b Redo monokai colors
Part of #25742
2017-05-01 15:12:18 -07:00
rebornix 24b71e9d56 Tweak Quite Light theme badge color. 2017-05-01 14:51:20 -07:00
Matt Bierner ef8f884a65 Tweak Red theme colors. Fixes #25744 2017-05-01 14:15:05 -07:00
Andy 36baf609e1 Remove unnecessary parentheses (#25573) 2017-05-01 13:35:35 -07:00
Daniel Imms b404610117 Tomorrow night blue: Style debug toolbar
Fixes #25641
2017-05-01 11:11:25 -07:00
Daniel Imms e5979644f4 Make debug status bar readable in tomorrow night blue theme
Fixes #25640
2017-04-30 12:43:21 -07:00
Matt Bierner 0533eec76c Pick up TS 2.3.2 Fixes #25699 2017-04-30 12:27:55 -07:00
Benjamin Pasero e7ff4c373f Add workbench/editor colors to our built in themes (fixes #25327) 2017-04-29 15:01:44 +02:00
Benjamin Pasero 2b73072d2e theme - get rid of list.focusAndSelectionBackground 2017-04-28 20:03:43 +02:00
Matt Bierner 79b1ec851a Run distro tool 2017-04-28 10:27:47 -07:00
Benjamin Pasero 8382490bda theme - get rid of list.focusAndSelectionForeground 2017-04-28 19:26:04 +02:00
Martin Aeschlimann b941c0336a WorkspaceEdit type mismatch in css server (for #25623) 2017-04-28 17:59:20 +02:00
Benjamin Pasero 830b94b2c1 themes - get rid of tab.activeWithInactiveEditorGroupForeground and inactiveWithInactiveEditorGroupForeground 2017-04-28 16:16:44 +02:00
Martin Aeschlimann bf8f73262e Error running rename in CSS. Fixes #25623 2017-04-28 16:03:40 +02:00
Benjamin Pasero f042999623 themes - get rid of masterDetailsEditor.border 2017-04-28 15:57:44 +02:00
Benjamin Pasero ff9f7b3baa Consider to use dots instead of camel-case (fixes #25428) (#25621)
* Consider to use dots instead of camel-case (fixes #25428)

* 💄
2017-04-28 15:29:37 +02:00
Benjamin Pasero 52dd6053f4 remove console.log (fyi @aeschli) 2017-04-28 14:27:40 +02:00
Martin Aeschlimann a6db6bb440 HTML format selection formatting entire line issue. Fixes #25521 2017-04-28 09:58:23 +02:00
Benjamin Pasero 2a202d165a 💄 2017-04-28 09:07:40 +02:00
Christopher Leidigh cd3a131267 Monokai UI theme - first pass for #25327 (#25599)
* Monokai UI theme - first pass

* Added Dimmed Monokai

* Fixed base colors
2017-04-28 09:04:51 +02:00
Benjamin Pasero 31205bdeb8 use more transparency (for #25482) 2017-04-28 08:53:29 +02:00
Matt Bierner 2225ab4768 Fixes #25589 2017-04-27 17:41:49 -07:00
Matt Bierner db036ea0c7 Log Traces at correct level when TSServer exists as expected. Fixes #25381 2017-04-27 16:11:40 -07:00
Matt Bierner 04f5fbb140 A few more tweaks for tomorrow night blue 2017-04-27 16:05:31 -07:00
Matt Bierner 021617b8b4 Fixes #25585 2017-04-27 16:05:31 -07:00
Martin Aeschlimann ffd0d963f2 [json] fix for color decorator regex 2017-04-27 22:41:22 +02:00
Matt Bierner d16e0956cf Remove jsconfig/tsconfig activation for ts extension. Part of discussion in #25559 2017-04-27 13:39:38 -07:00
Martin Aeschlimann 7516e0eff3 Theming: diff colors should be more specific. Fixes #25544 2017-04-27 21:54:54 +02:00
Martin Aeschlimann f3a9b0a01a peekViewTitle and peekViewTitleInfo names should end with "Foreground" Fixes #25481 2017-04-27 21:15:29 +02:00
Matt Bierner 669b5ecb28 Gate pluginProbeLocations to only global ts installs 2017-04-27 12:06:15 -07:00
Martin Aeschlimann 053130ef2a Allow for short hand hex colors. Fixes #25396 2017-04-27 20:33:02 +02:00
Matt Bierner 944e242075 Pick up TS 2.3.1 final 2017-04-27 11:07:18 -07:00
isidor 975b78806b quietlight: go back to purple
#25327
2017-04-27 18:02:14 +02:00
Matt Bierner 5a1cb964db Fix a few red theme issues with status bar 2017-04-27 08:43:17 -07:00
Benjamin Pasero 0f090fc429 fix #25379 2017-04-27 17:23:36 +02:00
Joao Moreno 9b7a8813e0 🐛 SourceControlResourceDecorations.faded
fixes #24097
2017-04-27 15:38:27 +02:00
Benjamin Pasero 3f0c6c8a5b focusedElementOutline => focusBorder 2017-04-27 15:23:54 +02:00
Benjamin Pasero 662c112aec panelTopBorder => panelBorder 2017-04-27 15:00:25 +02:00
Benjamin Pasero e22d511362 fix #25426 2017-04-27 14:58:28 +02:00
Benjamin Pasero 8a34b0ebd7 editorHeaderBackground => editorGroupHeaderBackground 2017-04-27 14:58:28 +02:00
Johannes Rieken 350be19085 enable valid test, #25539 2017-04-27 14:24:21 +02:00
Johannes Rieken 13b11919c6 use correct uri manipulation, #25539 2017-04-27 14:17:12 +02:00
Alex Dima 4679fef06e Fixes #19515 2017-04-27 13:07:42 +02:00
Alex Dima 974f8aca31 Fixes #20757: Detect overlapping ranges in the extension host, no need to call into renderer process to find out the edits are illegal 2017-04-27 12:48:58 +02:00
Martin Aeschlimann f78b54c2d0 Remove listInactiveFocusBackground. Fixes #25461 2017-04-27 12:15:59 +02:00
Benjamin Pasero 6c2730b652 fix #25399 2017-04-27 12:13:03 +02:00
Alex Dima 8c82a6c615 Fixes #25437 2017-04-27 12:05:04 +02:00
Benjamin Pasero 00e32e97de fix #25483 2017-04-27 11:49:05 +02:00
Joao Moreno f0fe019745 🐛 remove git init icon
fixes #21103
2017-04-27 11:25:45 +02:00
Benjamin Pasero 11ff12299c introduce listHighlightForeground (fixes #25496) 2017-04-27 11:15:33 +02:00
Benjamin Pasero 405ecd8b43 fix #25369 2017-04-27 10:29:41 +02:00
Joao Moreno 40f2a2f35b 🐛 make git.cleanAll more alarming
fixes #24803
2017-04-27 09:29:40 +02:00
Daniel Imms 359c674cd2 Workbench colors for tomorrow night blue (#25464)
Part of #25327
2017-04-27 07:33:05 +02:00
Matt Bierner 891bb7680f Update markdown wordwrap for new wordwrap settings. Fixes #25357 2017-04-26 22:27:28 -07:00
Matt Bierner 456d58d9c9 Automatically restart TS server when user changes TS versions. Fixes #25431 2017-04-26 22:14:36 -07:00
Matt Bierner 38b4b14fb6 Fix ts server potentially logging unknown error code in some cases 2017-04-26 17:17:32 -07:00
Matt Bierner d6dcd7d5fc Add focus color for red theme 2017-04-26 17:02:17 -07:00
Matt Bierner 03e9b7886c More tweaks to red color theme 2017-04-26 16:53:44 -07:00
Matt Bierner bf5fd6925e Work on red theme peek view Fixes #25492 2017-04-26 16:41:33 -07:00
Matt Bierner c478124471 Log tsserver log file path. Fixes #25490 2017-04-26 16:17:09 -07:00
Matt Bierner d3e4e45320 Fixes #25468 2017-04-26 15:46:14 -07:00
Matt Bierner bf31ce9b80 Continue themeing Red theme Fixes #25367 Fixes #25366 2017-04-26 15:37:53 -07:00
Benjamin Pasero b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Benjamin Pasero b3141c941e solarized dark (for #25327) 2017-04-26 18:45:04 +02:00
Joao Moreno 4e636bf50f 🐛 fixes #24052 2017-04-26 17:55:44 +02:00
Joao Moreno bf02ba2f7d 🐛 fixes #25225 2017-04-26 17:14:35 +02:00
Joao Moreno fad430efb9 🐛 fixes #25252 2017-04-26 17:14:35 +02:00
Joao Moreno 9234a7c97c 🐛 dont call iconv with unsupported encodings
fixes #25359
2017-04-26 16:58:12 +02:00
Joao Moreno facdcded9d 🐛 git status errors are incomplete
fixes #25408
fixes #25302
2017-04-26 16:54:45 +02:00
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
Mike Seese e64cf31217 Prevent redundant enableSmartCommit prompt
This prevents a prompt for enableSmartCommit if there are no changes at all
2017-04-25 23:23:30 -04:00
Mike Seese dc8f4d6fa4 Check git enableSmartCommit if no staged files 2017-04-25 23:13:51 -04:00
Mike Seese 5d323a3eca Add git enableSmartCommit setting
If false, this setting will prompt the user if they want to commit all files if none are staged
2017-04-25 23:13:07 -04: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
Joao Moreno 6097966099 🐛 spinning sync icon
fixes #23975
2017-04-21 12:40:10 +02:00
Martin Aeschlimann 485bd40c3f fix html formatting test lint warnings 2017-04-21 11:00:09 +02:00
Martin Aeschlimann 9dfd573e87 fix html test 2017-04-21 10:58:40 +02:00
Joao Moreno b1d403f866 🐛 fixes #24598 2017-04-21 09:21:39 +02:00
Matt Bierner 6c5926309d Upload projectRootPath for TS 2.3.1 to prevent potentially watching too many files outside of workspace. Fixes #25040 2017-04-20 17:17:47 -07:00
Matt Bierner 732813abe4 Pick up new insiders release of TS 2.3.1 2017-04-20 16:53:28 -07:00
Matt Bierner a291da4049 Disable Autoclosing Pairs for Quotes in c++ strings and comments (#25100)
Fixes #25025
2017-04-20 15:21:42 -07:00
Martin Aeschlimann b1d8a28f20 [powershell] add grammar update script 2017-04-20 09:23:22 +02:00
Matt Bierner 740f662023 Allow markdown security setting for single file opens Fixes #24749 2017-04-19 22:31:50 -07:00
Matt Bierner b1f7daf8d1 Remove requestFailed telemetry event 2017-04-19 17:12:38 -07:00
Martin Aeschlimann bfc4e3d780 [html] support for base url. Fixes #20729 2017-04-19 19:38:44 +02:00
Martin Aeschlimann df3c4151a8 Python file key words highlight. Fixes #24664 2017-04-19 19:38:44 +02:00
Martin Aeschlimann 07d57c55e8 [python] update grammar 2017-04-19 19:38:43 +02:00
Ilie Halip db4208013f Merge remote-tracking branch 'upstream/master' into git-default-branch-directory 2017-04-19 18:49:50 +03:00
Benjamin Pasero 4fc164cf9d theming - quick open group label and separator 2017-04-19 14:49:03 +02:00
Martin Aeschlimann c74305cf64 Find widget no longer themed. Fixes #24954 2017-04-19 11:36:50 +02:00
Joao Moreno 0be6167d9e Merge branch 'git-perf' 2017-04-19 08:49:07 +02:00
Joao Moreno cda46bce46 🐛 catch git fetch errors 2017-04-19 08:47:38 +02:00
Joao Moreno fb094b4322 git: huge repo prevention 2017-04-19 08:44:16 +02:00
Matt Bierner efd3efcb62 Added markdown trace option for debugging user issues Fixes #24983 (#24985) 2017-04-18 18:57:01 -07:00
Ramya Achutha Rao 84af63a933 Increment version of vscode extension telemetry module 2017-04-18 14:46:35 -07:00
Thomas Rayner da6cbf05e7 Fix #24971. PowerShell Extension .bat & .exe Syntax Highlighting Error (#24973)
* Fix #24971. Change regular expression in PowerShell extension syntax highlighting to properly highlight .bat and .exe files

* Fixed error that would include whitespace or other chars

Changed regex to correctly identify a . instead of any character.
2017-04-18 14:13:36 -07:00
Joao Moreno a0daeaaf1c 🐛 fix git test compilation 2017-04-18 17:19:04 +02:00
Joao Moreno 6146b9739a git: run status without buffering whole output 2017-04-18 17:16:20 +02:00
Benjamin Pasero daf9f01aaf 💄 2017-04-18 14:55:08 +02:00
Joao Moreno d2c40f06b3 🐛 catch git fetch errors 2017-04-18 14:49:09 +02:00
Ilie Halip f19aa21df8 added config option git.cloneDirectory, defaulting to os.homedir() 2017-04-18 15:26:28 +03:00
Johannes Rieken 17d85451f1 fix #24457 2017-04-18 14:24:32 +02:00
Martin Aeschlimann c974993981 [css] update service. Fixes #22735 2017-04-18 09:54:21 +02:00
Martin Aeschlimann a2966fb215 Request to update atom/language-c version to the latest. Fixes #24909 2017-04-18 09:39:30 +02:00
gauss1314 7efc373d68 Update typescriptMain.ts (#24892)
./features/implementationProvider or ./features/ImplementationProvider ?
2017-04-17 15:23:50 -07:00
Vakhurin Sergey 74349805ab Added support for encodings for Git.
Fixes #21146

**Bug**
Git always uses utf8 encoding for retrieving file contents.

**Fix**
Pass the 'files.encoding' configuration property to the git-extension and use this encoding to decode git output.
2017-04-17 23:00:08 +03:00
Matt Bierner 7300527f44 Pick up next version of TypeScript 2.3 insiders 2017-04-17 12:00:33 -07:00
Matt Bierner 200c4d1057 Fix Markdown Preview Updating on Zoom / Unrelated Config Changes (#24809)
Fixes #24808

**bug**
Markdown preview updates when you zoom. The root cause is that previews are updated whenever the config is changed.

**Fix**
Extract preview config to its own well defined object. Only update the preview when the keys we care about in the config change
2017-04-14 15:43:32 -07:00
Dirk Baeumer 5e4d510a36 Grunt autodetection for terminal task runner 2017-04-14 15:19:32 +02:00
Alex Dima aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Matt Bierner 0d14027696 Fix a few compile issues when using TS 2.3 (#24731)
Tested recomppiling VSCode with TS2.3. This fixes a few issues that were discovered, including workarounds for:

* https://github.com/Microsoft/TypeScript/issues/15184
* https://github.com/Microsoft/TypeScript/issues/15185
2017-04-13 17:14:50 -07:00
Matt Bierner 1d05d0c49d Added PII note on ts server trace and log settings #24696 2017-04-13 17:05:01 -07:00
Matt Bierner 5d801251ec Set insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces to default to true to keep with existing behavior 2017-04-13 16:44:42 -07:00
Magnus Hiie 95f0c15bf5 Expose insert..Braces rule in VS Code settings (#21649)
* Expose insert..Braces rule in VS Code settings

Fixes #18043

* Add requirement blurb for insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces

* Revert tsfmt change
2017-04-13 16:35:40 -07:00
Matt Bierner eb6614a16d Pick up ts 2.3 insiders (#24725) 2017-04-13 16:18:47 -07:00
Matt Bierner 9177027132 Fix go to project config for jsx/tsx Fixes #24723 2017-04-13 15:26:32 -07:00
Matt Bierner c7c350a68a Small formatting cleanup in markdown 2017-04-13 15:26:32 -07:00
Martin Aeschlimann b008858740 [theme] suggest widget 2017-04-13 22:07:14 +02:00
Dominic Valenciana e60ea34adc Nested code lines now no longer display the hover border left. (#24686)
* Nested code lines now no longer display the hover border left.

* Added fix for both light and hc themes.
2017-04-13 11:05:35 -07:00
Johannes Rieken c354922c33 fix #24457 2017-04-13 15:15:17 +02:00
Joao Moreno 85b04dc330 🎨 git.ignoreLegacyWarning 2017-04-13 10:04:48 +02:00
Joao Moreno 09400d8073 Merge branch '24283-adding-never-show-in-git-extension' of https://github.com/timbanaveen/vscode into timbanaveen-24283-adding-never-show-in-git-extension 2017-04-13 09:56:04 +02:00
NKumar2 615ebe524b Adding 'never show again' in Git Extension 2017-04-13 12:10:19 +05:30