Commit graph

278 commits

Author SHA1 Message Date
Martin Aeschlimann 6bfc7ee2b5 strange intellisense suggestion in settings.json. Fixes #41732 2018-01-26 17:27:57 +01:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Sandeep Somavarapu b25c1947c6 #41752 Update extension point 2018-01-22 18:02:20 +01:00
Sandeep Somavarapu 2ee65b3eaa #41752 Show contributed locales in the intellisense in language file 2018-01-17 17:25:53 +01:00
Johannes Rieken 6b8d750ac2 allow code-snippets-files from extensions, #13182 2018-01-05 11:04:28 +01:00
Johannes Rieken ea5b7eaa56 add schema for code-snippets-files, #13182 2018-01-04 14:17:28 +01:00
Sandeep Somavarapu 68ad871190 #40098 Updated jsonc version dependency 2017-12-12 15:36:00 +01:00
Sandeep Somavarapu 9772efe6bc Fix #39737 2017-12-06 15:34:45 +01:00
Martin Aeschlimann 76989b38ff Fixes for jsonc mode. Fixes #39199 2017-11-27 23:44:33 +01:00
João Moreno 67cd9258fd
Merge pull request #38481 from Microsoft/joao/yarn
Use Yarn to manage dependencies
2017-11-16 11:23:37 +01:00
Sandeep Somavarapu 778152c86d Fix #21114 2017-11-15 19:14:04 +01:00
Joao Moreno b635672331 remove shrinkwrap references 2017-11-14 10:04:36 +01:00
Joao Moreno 0a8b6fb706 yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +01:00
isidor 0ea9de8375 use a stronger gray for unimporant debug configuration attributes
fixes #14868
2017-11-08 12:58:19 +01:00
Matt Bierner cd00b590a8 Enable strict in a few more extensions 2017-11-06 11:40:05 -08:00
Dániel Tar e03163d9a8 Fix wrong placement of 'e.g.'s in the description of window.title setting (#35986)
* Fix wrong placement of 'e.g.'s in the description of `window.title` setting

* Fix the same error in configuration-editing
2017-10-11 10:02:55 +02:00
Benjamin Pasero 3dd4318683 Confusing explanation for activeEditorMedium in window.title setting (fixes #35534) 2017-10-04 12:05:52 +02:00
Johannes Rieken bdbc992e29 Using strict version-id for @types-modules, #35561 2017-10-04 10:33:38 +02:00
Sandeep Somavarapu 4e94d4ed6a Fix #31568 2017-09-20 17:38:42 +02:00
Sandeep Somavarapu 2c4d196d57 Extensions suggestions in workspace configuration file 2017-09-19 10:36:32 +02:00
isidor 19a21211b9 documentSymbolProvider for launch.json
fixes #31544
2017-08-04 17:17:54 +02:00
Sandeep Somavarapu ff52b7e5f2 Fix #31042 2017-07-25 13:23:39 +05:30
Sandeep Somavarapu 600e0dbc10 #30955 Implement virtual editor for workspace settings in MR workspace 2017-07-21 18:14:56 +05:30
Sandeep Somavarapu 7c7ae7a66f #30856: Register schema for workspace configuration file
- Both saved & unsaved
- which supports intellisense in the files
2017-07-17 18:23:10 +05:30
Sandeep Somavarapu 1716eaae4e Fix #27800 2017-06-26 23:38:10 +02:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Benjamin Pasero f14d6bb0a2 multi root - adopt for title bar variables 2017-06-21 09:02:16 +02:00
Sandeep Somavarapu 86110204b2 Fix #12744 2017-05-31 15:59:48 +02:00
Fernando Tolentino ebb5c05734 using json-parser to get existing recommendations 2017-05-16 15:32:12 -03:00
Fernando Tolentino 4ceb904f33 exclude vscode-markdown and already entered extensions 2017-05-15 16:54:29 -03:00
Fernando Tolentino 0756b0d146 Intelli-sense in extensions file 2017-05-12 13:51:33 -03: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
David Wilson 913651fd55 Centralize language mode enumeration in settings completion provider 2017-03-27 15:47:30 -07:00
David Wilson dfa42afcb8 Add new "files.defaultLanguage" configuration setting
This change adds a new configuration setting that sets the default
language mode of new untitled files created with Ctrl+N
(workbench.action.files.newUntitledFile).  This activates the user's
desired language mode when a new untitled file is created.

Fixes #8729.
2017-03-26 11:03:56 -07:00
Benjamin Pasero 8e4e0a291a fix #21177 2017-02-23 15:56:58 +01:00
isidor 28011c3662 debug: debounce launch.json decorations 2017-02-23 15:25:35 +01:00
Benjamin Pasero 256d76fed7 Option to show project path in title bar (fixes #21002) 2017-02-22 07:48:32 +01:00
Sandeep Somavarapu 7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +01:00
Sandeep Somavarapu 6547ce09e8 #19149 Implement intellisense for language specific editor configurations in settings editor 2017-02-08 20:52:21 +01:00
Benjamin Pasero eff9148502 fix #20049 2017-02-08 07:34:23 +01:00
Matt Bierner 42335c57f5 Revert "Use types tsconfig option where possible"
This reverts commit 38fbba35ff.
2017-02-07 16:31:50 -08:00
Matt Bierner 38fbba35ff Use types tsconfig option where possible 2017-02-07 15:57:22 -08:00
Matt Bierner 1a024c1b19 Use reference @types/node in extensions 2017-02-07 15:38:04 -08:00
Martin Aeschlimann e3d6c5d682 fix language intellisense for #20049 2017-02-07 23:20:51 +01:00
Benjamin Pasero 4d9ee74935 move more into config-editing extension (for #20049) 2017-02-07 16:52:19 +01:00
Benjamin Pasero bcff7c60e5 move window.title config helper out to extension (for #20049) 2017-02-07 12:24:03 +01:00
Matt Bierner cda3584a99 Use @types/node in extensions (#19692)
Switches builtin extensions to use @types/node for node definitions. Fixes a few errors that show up as a result of updating to a more modern version of node.d.ts
2017-02-01 15:20:17 -08:00
Matt Bierner 7c633148b3 Remove unneeded d.ts files from extensions (#19653)
* Remove unneeded d.ts files from extensions

Moves most extensions to use the lib files for the standard library that typescript provides.

* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Martin Aeschlimann 56d2e439e6 Update jsonc-parser 2017-01-26 11:31:23 +01:00
Matt Bierner 59e53d6070 Remove mocha.d.ts from extension projects that don't need it 2016-12-07 17:06:27 -08:00
Sandeep Somavarapu 8d5ac39056 #16674: Use resource editor input
- Show warnings only once
- Open resource editor to show warnings
2016-12-07 18:27:10 +01:00
Sandeep Somavarapu c67602a819 Fix #16705 2016-12-07 13:32:10 +01:00
isidor b217ea1b1f debug compounds: "launches" -> "configurations" 2016-11-24 14:57:40 +01:00
isidor 72574a9b42 merge with master 2016-11-24 11:34:13 +01:00
Johannes Rieken 7b12aeb422 config-editing, api-test use strictNull-checks, #6907 2016-11-23 12:12:31 +01:00
isidor 4ef68195da debug: compounds in launch.json 2016-11-09 15:18:55 +01:00
isidor c9155f8da7 launch.json - also gray out 'configurations' 2016-10-17 15:16:40 +02:00
Sandeep Somavarapu e6d385f258 fix #13734 2016-10-17 11:01:29 +02:00
isidor 34ee297015 launch.json decorations: use json parser for better parsing 2016-10-14 14:43:57 +02:00
isidor f8faceba58 remove console.log 2016-10-13 18:11:57 +02:00
isidor fc962e0d28 add decorations for launch.json
fixes microsoft/vscode#13353
2016-10-13 18:04:13 +02:00
Sandeep Somavarapu 2c29a9d91b Actions to open extension storage files 2016-10-12 16:58:53 +02:00
Johannes Rieken 72e314b8b6 tsfmt - extensions/configuration-editing 2016-10-08 09:25:25 +02:00
Sandeep Somavarapu ef52244d8b Implement #11936 2016-09-15 15:44:23 +02:00
Martin Aeschlimann af89e48abc [icons] remove icon themes configuration settings 2016-08-26 13:36:51 +02:00
Martin Aeschlimann 986d842824 [schemas] move schema associations from json to configuration-editing and extension-editing 2016-08-23 14:45:00 +02:00
Benjamin Pasero d0238031a0 stop spammy console.log call 2016-08-23 09:19:04 +02:00
Martin Aeschlimann cfc66f2601 [file icon code assist] make selector stronger 2016-08-20 21:18:47 +02:00
Martin Aeschlimann b7c0163459 [file icons] code assist for icon sets in settings 2016-08-20 21:18:46 +02:00
Johannes Rieken 0172356a73 fix command completions in keybindings.json 2016-08-08 11:52:25 +02:00
Alex Dima d5862e8dba Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files 2016-07-07 12:36:49 +03:00
Johannes Rieken 6fc0cfb5a8 shrink_wrap for configuration-editing, #8570 2016-06-30 16:24:33 +02:00
Martin Aeschlimann 573844e49a Update to latest jsonc-parser 2016-06-15 09:33:13 +02:00
Martin Aeschlimann 8a80fc6757 [configuration-editing] remove devDependency 2016-06-09 10:50:06 +02:00
Johannes Rieken fb9865d00c api - encourage to set kind when creating a completion item. actually do it 2016-06-06 10:01:05 +02:00
Martin Aeschlimann 346834b1f0 configuration-editing: fix npm install, vscode lookup, completion item usage 2016-06-06 08:46:47 +02:00
Johannes Rieken 640f516f37 api - encourage to set kind when creating a completion item 2016-06-03 15:48:21 +02:00
Johannes Rieken 9afa1307d4 add configuration-editing extension that proposes commands in keybindings.json, #7185 2016-06-03 15:40:36 +02:00