Commit graph

3493 commits

Author SHA1 Message Date
Martin Aeschlimann
a678f60100 FoldingRules language configuration simplification 2017-09-22 13:50:03 +02:00
Martin Aeschlimann
b6677bccae [html] update vscode-languageserver-types to 3.4.0 2017-09-22 09:40:08 +02:00
Martin Aeschlimann
38000de236 [html] fix build error (shrinkwrap not uptodate) 2017-09-22 09:37:46 +02:00
Alexandru Dima
4d47589717 Merge pull request #34795 from faustinoaq/patch-1
Fix #33939
2017-09-22 09:34:59 +02:00
Martin Aeschlimann
b16fde1ce4 Merge pull request #34701 from thezim/fix-ps-syntax
Fix Select-Object highlighting issue.
2017-09-22 09:09:04 +02:00
Matt Bierner
16dcd4dd2c Also trigger completion items for require and import expressions 2017-09-21 21:15:01 -07:00
Faustino Aguilar
b976538140 Fix #33939
- Add protected and private visibility keywords to increaseIndentPattern
- Remove `when` keyword from decreaseIndentPattern
2017-09-21 21:19:49 -05:00
Matt Bierner
5ec101edad Trigger intellisense on / in ts paths 2017-09-21 17:10:57 -07:00
Matt Bierner
606ab06533 Auto show path intellisense when typing ' or " in import statement
Fixes #23962
2017-09-21 17:03:53 -07:00
Matt Bierner
0e4e0d8f81 Make sure we send format requests before code actions / refactor 2017-09-21 15:50:26 -07:00
Matt Bierner
84605ab7a9 Rename to FormattingConfigurationManager 2017-09-21 15:50:26 -07:00
Matt Bierner
e94a569f7c Move ts and js config manager into same object 2017-09-21 15:50:26 -07:00
Matt Bierner
163f51db8d Don't export config from formatting config manager 2017-09-21 15:50:26 -07:00
Matt Bierner
1646463dd2 Split formatting config manager to own file 2017-09-21 15:50:26 -07:00
Matt Bierner
5bb143137c Move formatting options manager to own class 2017-09-21 15:50:26 -07:00
Matt Bierner
0f611dbe05 Cleaning up formatting provider to use async 2017-09-21 15:50:26 -07:00
Erich Gamma
8844915863 ensure that the scheme is 'file' detecting scripts 2017-09-21 13:56:42 +02:00
Martin Aeschlimann
c6686be263 [html] provide colorpresentations in language server 2017-09-21 12:57:58 +02:00
Martin Aeschlimann
0e3d8542a1 [json] provide colorpresentations in language server 2017-09-21 12:57:58 +02:00
Martin Aeschlimann
1cf7612e30 [css] move colorpresentations to language server 2017-09-21 12:03:16 +02:00
Matt Bierner
b86108e54b Make display string optional in ts/js hover 2017-09-20 19:21:33 -07:00
rebornix
084849c2fa provideColorPresentations should have document in paramaters. 2017-09-20 13:44:57 -07:00
rebornix
ce20acd130 color space 0...1 2017-09-20 12:59:02 -07:00
Erich Gamma
90af6b4ed2 Adopt support for multiroot folders 2017-09-20 18:03:48 +02:00
Oliver Joseph Ash
81444f43fa Add import statement snippet to .js(x) files (#34682)
* Add import statement snippet to JS files

This makes them consistent with TS files.

* Add import statement snippet to jsx files
2017-09-20 08:49:57 -07:00
Sandeep Somavarapu
4e94d4ed6a Fix #31568 2017-09-20 17:38:42 +02:00
Greg Zimmerman
0a39cbba52 Fix Select-Object highlighting issue. 2017-09-20 09:46:04 -04:00
Johannes Rieken
ccc5f969c8 Merge pull request #34229 from Microsoft/joh/ftp
ftp file system provider
2017-09-20 15:07:23 +02:00
Benjamin Pasero
492ae2a023 Workspace folder picker command (for #32936) (#34648)
* Workspace folder picker command (for #32936)

* fix test

* make this proper API
2017-09-20 15:06:30 +02:00
Johannes Rieken
57aab4f84c Merge branch 'master' into joh/ftp 2017-09-20 13:48:02 +02:00
Joao Moreno
01dade32b7 fix #34645 2017-09-20 13:36:47 +02:00
Martin Aeschlimann
de68414a9a [folding] should not fold whitespace after function. Fixes #3353 2017-09-20 11:09:42 +02:00
isidor
93867e4ef2 merge master 2017-09-20 10:08:51 +02:00
Benjamin Pasero
d0668fb167 git: leverage new ViewColumn.Active 2017-09-20 09:29:14 +02:00
Johannes Rieken
7c0116c68e Merge pull request #34649 from eamodio/feature-active-viewcolumn
Closes #27408 - Adds ViewColumn.Active
2017-09-20 09:08:45 +02:00
Matt Bierner
f1043f2b9d Continue moving vs loc to ts loc location into single set of functions 2017-09-19 18:25:45 -07:00
Matt Bierner
703e7408d6 Continue moving range/position conversion to single location 2017-09-19 18:25:45 -07:00
Matt Bierner
474a29ee48 Replace duplicated textSpan conversion logic 2017-09-19 18:25:45 -07:00
Matt Bierner
6d6d83b2f5 Pick up latest TS 2.5.3 insiders
Fixes #33972
2017-09-19 16:36:12 -07:00
Oliver Joseph Ash
4f599ae71d Update .tsx import statement snippet to be consistent with .ts (#34653)
Fixes https://github.com/Microsoft/vscode/issues/34646
2017-09-19 12:41:19 -07:00
Matt Bierner
933e0a8127 Fix markdown table of contents name for strings like # ff
Fixes #34644
2017-09-19 11:03:15 -07:00
Joao Moreno
7a9f035053 Merge branch 'scm-viewlet' 2017-09-19 17:34:58 +02:00
Eric Amodio
8631b22498 Closes #27408 - Adds ViewColumn.Active 2017-09-19 11:30:14 -04:00
isidor
ceb34634b1 always use uri.toString() when comparing uris for equality 2017-09-19 15:59:23 +02:00
Johannes Rieken
e1d38a3c52 Merge branch 'master' into joh/ftp 2017-09-19 15:40:08 +02:00
isidor
efdc328058 ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
Sandeep Somavarapu
2c4d196d57 Extensions suggestions in workspace configuration file 2017-09-19 10:36:32 +02:00
rebornix
d069e922ef Re #34366. Extensions define color formats. 2017-09-19 00:03:58 -07:00
Ramya Achutha Rao
4571d387c9 No emmet at value part of property Fixes #34162 2017-09-18 18:24:21 -07:00
Matt Bierner
b6e7279be4 Fix language mode for script and style blocks in markdown
Fixes #34602
2017-09-18 17:41:48 -07:00