Commit Graph

2278 Commits

Author SHA1 Message Date
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
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
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
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
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