Commit Graph

630 Commits

Author SHA1 Message Date
Martin Aeschlimann
854228de92 Tests contain output. Fixes #16315 2016-12-01 16:41:08 +01:00
Johannes Rieken
976d2a0e26 restore 3min rule, #16098 2016-11-28 12:36:19 +01:00
Johannes Rieken
0402a630cc checks virtual documents against all code editors, fixes #16098 2016-11-28 12:24:46 +01:00
Benjamin Pasero
8f92dcd2bc Manage extension from status bar and viewlets (for #15155) 2016-11-28 10:17:41 +01:00
Benjamin Pasero
aac9827882 ConfigurationService#lookup is responsible for 25% of startup time (fixes #15884) 2016-11-28 09:59:18 +01:00
Johannes Rieken
6c385adcb1 more tests, escape \ when building, #16056 2016-11-25 17:23:16 +01:00
Joao Moreno
0b847998d9 bad model reference disposal
fixes #16050
2016-11-25 10:08:02 +01:00
Johannes Rieken
c7e44fd04e identify optional properties, #6907 2016-11-23 14:39:28 +01:00
Johannes Rieken
9e73f782e9 use model-utils to build value-tree, fixes #15834 2016-11-23 10:41:27 +01:00
João Moreno
adf528e1db Merge pull request #15797 from joaomoreno/reference-counted-models
Reference counted (workbench) text models
2016-11-22 11:05:50 +01:00
Johannes Rieken
6bc6ba5b5a add variable-builder methods to snippet string, #4956 2016-11-21 18:04:01 +01:00
Joao Moreno
3eddc66357 createModelReference(...) 2016-11-21 16:00:06 +01:00
Joao Moreno
0b6675494e unwrap reference of promise 2016-11-21 15:58:48 +01:00
Joao Moreno
5e747c32bd ReferenceCollection in TextModelResolverService 2016-11-21 11:30:37 +01:00
Johannes Rieken
7fc16f8bec do a sync check for the editor before waiting for an event, fixes #12280 2016-11-18 18:51:19 +01:00
Johannes Rieken
00a663b3ef allow to provide regexp when asking for word ranges, #15724 2016-11-18 14:01:55 +01:00
Johannes Rieken
3fe81fc828 remove telemetry to track who is using internal snippet synatx, #3210 2016-11-18 13:14:37 +01:00
Johannes Rieken
e87ab932b6 config has value tree and full tree, fixes #15552 2016-11-18 11:23:13 +01:00
Benjamin Pasero
53a665621e adopt more environmentService.isExtensionDevelopment 2016-11-17 20:31:55 +01:00
Johannes Rieken
8e3388f064 enfore stable sort, fixes #15585 2016-11-17 13:54:45 +01:00
Johannes Rieken
edb8abe5ae add builder-style functionality to the SnippetString, #3210 2016-11-17 11:21:42 +01:00
Benjamin Pasero
f94a893f8e use IModel for IResolverService now that it lives in editor land 2016-11-16 16:20:03 +01:00
Johannes Rieken
c76b721d81 SnippetString and improved CompletionItem.insertText, #3210 2016-11-16 15:29:13 +01:00
Benjamin Pasero
82f82c954d move resolverService to vs/editor/common/services (for #15558) 2016-11-16 15:03:57 +01:00
Johannes Rieken
62d622cfb4 move minimal edit compute logic to service worker, prep work for #15221 and #15385 2016-11-15 13:01:17 +01:00
Johannes Rieken
8247398620 expect missing engine field 2016-11-14 14:38:43 +01:00
Johannes Rieken
9f0b720440 know what vscode-engine extensions are targetting, #3210 2016-11-14 11:13:57 +01:00
Johannes Rieken
2b5b63b0cd add ISuggestion#snippetType, #3210 2016-11-11 18:29:03 +01:00
Johannes Rieken
a39eaecd1c debt - don't have commonjs-dependencies in common layer, #15293 2016-11-11 17:32:56 +01:00
Joao Moreno
2bb3dd5d95 enable duplicate imports tslint rule 2016-11-11 17:02:08 +01:00
Pine Wu
74d6c9f87c Move treeExplorer to window and fix #15296 2016-11-10 14:02:24 -08:00
Pine Wu
97ca4bcb44 Fix mainThreadTreeExplorers layer breakage 2016-11-10 11:21:17 -08:00
Daniel Imms
a1eac6974c lint: fix mainThreadTerminalService layer breakage
Part of #15293
2016-11-10 08:15:14 -08:00
Johannes Rieken
4a6b92723d enable proposed api only when developing extensions 2016-11-10 16:00:46 +01:00
Pine Wu
80a0cbf144 Naming and clean up 2016-11-09 08:48:04 -08:00
Pine Wu
dd19d5998a Various cleanup 2016-11-09 01:26:49 -08:00
Pine Wu
b9cf15dd1f Merge remote-tracking branch 'upstream/master' into treeExplorerAPI 2016-11-08 23:13:32 -08:00
Johannes Rieken
85cc6ab7bf Merge pull request #15007 from Microsoft/joh/configInspect
WorkspaceConfiguration#inspect
2016-11-07 17:56:25 +01:00
Johannes Rieken
b283fc9e17 add telemetry about completion items and the use of snippet synatx, #3210 2016-11-07 12:41:27 +01:00
Johannes Rieken
b95c77c34c first cut of WorkspaceConfiguration#inspect 2016-11-07 10:07:43 +01:00
Pine Wu
29346ad1b4 Merge remote-tracking branch 'origin/master' into treeExplorerAPI 2016-11-04 14:14:38 -07:00
Johannes Rieken
697c06f216 use different data model to prep ExtHostConfiguration for #inspect knowledge 2016-11-04 18:25:22 +01:00
Benjamin Pasero
1741f67dce adopt ITextModelResolverService for resources 2016-11-04 12:42:09 +01:00
Benjamin Pasero
4cc289a8a2 make text model resolver available in platform 2016-11-04 12:42:09 +01:00
Benjamin Pasero
dbf3ba74e6 fixes #6644 2016-11-04 11:01:08 +01:00
Benjamin Pasero
ae26c5e7c4 Merge pull request #14838 from Microsoft/ben/insertFinalNewline
Provide an option to insert a final newline (fixes #1666)
2016-11-04 09:03:49 +01:00
Pine Wu
11486b8291 Rename confusing service 2016-11-03 22:45:20 -07:00
Pine Wu
ff63a4d10b Merge remote-tracking branch 'origin/master' into treeExplorerAPI 2016-11-03 16:36:46 -07:00
Pine Wu
347c2e96d4 External -> Extension 2016-11-03 16:30:33 -07:00
Pine Wu
50eb471506 External Viewlet -> ExtViewlet 2016-11-03 10:21:28 -07:00