Matt Bierner
21bb402655
Fix projectInfo call signature for TS 3.0
2018-07-26 17:36:11 -07:00
Matt Bierner
e49f6543a6
Reduce duplication and improve errors around TypeScript execute types
2018-07-26 17:36:11 -07:00
Matt Bierner
52db14c9e6
Sort definitions
2018-07-26 17:36:11 -07:00
Matt Bierner
74b5247504
Use more explicit types for ts server execute
...
- Only allow known strings to be used as commands
- Simplify overloading. Introduce new `executeWithoutWaitingForResponse` function for calls that are fire and forget
- Always require a token for execture calls
2018-07-26 17:36:11 -07:00
Ramya Achutha Rao
9e411a5fd3
Renaming tag for settings for online services #54354
2018-07-26 17:21:32 -07:00
Ramya Rao
dbbfaf4110
Use tags for filtering settings ( #55198 )
...
* Use tags for filtering settings
* Separator
2018-07-26 17:15:42 -07:00
Matt Bierner
b4ab206963
Pick up new ts insiders
2018-07-26 16:07:02 -07:00
Matt Bierner
633e386b18
Remove extra conditional
2018-07-26 16:06:05 -07:00
Matt Bierner
5e40bd7df9
Expand js/ts document symbols to have entries for each span
...
Fixes #54855
2018-07-26 16:01:34 -07:00
Matt Bierner
bd1e8d40fd
Fix unit test
2018-07-26 15:42:24 -07:00
Matt Bierner
1e10fa5163
Update ts/js grammars
2018-07-26 15:40:45 -07:00
Matt Bierner
341013c0ef
Log warning when returned code action will be dropped ( #55090 )
...
* Add extension logging when returned code action will be dropped
Fixes #54803
Adds a loggin warning when a code action provider returns code actions that will be dropped. Warn in the the following cases:
- A provider returns code actions (not commands)
- And a specific code action type is requested.
- And the returned code actions either don't set kind or are of the wrong kind
* Use log service
* Include extension id in warning
2018-07-26 15:14:16 -07:00
Rob Lourens
aff77d278b
SearchProvider - clean up FileSearchProvider, remove cacheKey
2018-07-26 12:28:15 -07:00
Rob Lourens
28fd1cc007
Search provider - clean up file index search, remove PPromise
2018-07-26 12:28:15 -07:00
Rob Lourens
d36a3d2395
Search provider - implement FileIndexProvider
2018-07-26 12:28:15 -07:00
Rob Lourens
9999dac541
SearchProvider - split out separate TextSearchProvider #47058
2018-07-26 12:28:15 -07:00
Johannes Rieken
9cc1fc914d
fix #55163
2018-07-26 19:10:58 +02:00
Johannes Rieken
4c5c94185f
move WorkspaceEdit api additions to vscode.d.ts #10659
2018-07-26 18:43:09 +02:00
Rob Lourens
7e421ef110
Settings editor - remove some 'modified' handling code, use 'tags'
2018-07-26 09:26:50 -07:00
Rob Lourens
5b3e00e68f
Implement "show online settings only"
2018-07-26 09:22:05 -07:00
isidor
c7ab363b37
quickOpen: adopt to uri display service
2018-07-26 18:12:48 +02:00
isidor
6673b5a9f9
editorService: adopt uri display service
2018-07-26 18:08:49 +02:00
isidor
2de99c112e
register uri display service early in workbench since other services can depend on it
2018-07-26 18:08:41 +02:00
isidor
c99654e046
debug: adopt uri display service
2018-07-26 17:53:49 +02:00
Isidor Nikolic
db9ce80baf
Merge pull request #54951 from Microsoft/isidorn/uriLabelProvider
...
uriLabelProvider
2018-07-26 17:40:32 +02:00
isidor
f466647f91
uriDisplay: drive letter polish
2018-07-26 17:38:21 +02:00
Johannes Rieken
d2c506038c
add more jsdoc - fixes #52919
2018-07-26 17:34:46 +02:00
Johannes Rieken
a9e8d5a1b1
simplify QuickInputButton#iconPath
2018-07-26 17:29:29 +02:00
isidor
501156e3c2
uriDisplayService with tests
2018-07-26 17:25:38 +02:00
Johannes Rieken
f13106500d
update doc comment #52927
2018-07-26 16:54:52 +02:00
Sandeep Somavarapu
53fd49b7de
Fix #53116
2018-07-26 16:25:00 +02:00
Sandeep Somavarapu
ef5c70c9ef
Fix #51160
2018-07-26 16:12:06 +02:00
Johannes Rieken
c412116fcb
save parts splash on editor layout change #55017
2018-07-26 16:04:59 +02:00
Sandeep Somavarapu
2da55bbc38
#54992 Temp fix
2018-07-26 15:59:11 +02:00
Erich Gamma
7697ef6711
Flush scripts cache when the document changes
2018-07-26 15:56:28 +02:00
Johannes Rieken
62ba096511
splash - move parts splash out of shell and into contribution
2018-07-26 15:13:14 +02:00
Johannes Rieken
f604f1c85a
store data globally #55033
2018-07-26 15:13:14 +02:00
Sandeep Somavarapu
d983257e6f
fix tests
2018-07-26 13:34:09 +02:00
Johannes Rieken
8271920c0f
add aria roles #54745
2018-07-26 12:32:29 +02:00
Christof Marti
adbf6e0f41
Include description and details ( fixes #52040 )
2018-07-26 12:27:06 +02:00
Johannes Rieken
f7252175e0
fix #54743
2018-07-26 12:04:45 +02:00
Martin Aeschlimann
cbb51a0997
[loc][Query] Source text issue for "Provides syntax highlighting, bracket matching and folding Less files." Fixes #55115
2018-07-26 11:57:06 +02:00
Martin Aeschlimann
f3710619ea
enumDescriptions should be included in extension package.json schema. Fixes #55095
2018-07-26 11:57:06 +02:00
Sandeep Somavarapu
d6f69db966
💄 #55052
2018-07-26 11:50:57 +02:00
Christof Marti
ff13d20dc4
Add context to "more" and "others" links. ( fixes #51978 )
2018-07-26 11:49:55 +02:00
Sandeep Somavarapu
079dd3b6ac
#55057 Consider built in extensions if they are dependencies while enabling or disabling
2018-07-26 11:37:58 +02:00
isidor
742767ef9c
files.contribution register uri display formater
2018-07-26 11:35:47 +02:00
isidor
406004d1ab
Merge branch 'master' into isidorn/uriLabelProvider
2018-07-26 11:21:20 +02:00
Johannes Rieken
40723965e0
bc - properly cleanup selection and focus when leaving breadcrumbs
2018-07-26 11:18:45 +02:00
Johannes Rieken
1256714392
bc - honor explorer decoration settings
2018-07-26 11:05:44 +02:00