Benjamin Pasero
920defc6a6
debt - update extensions node dependency to 8.x
2018-08-14 10:44:56 +02:00
Christof Marti
f3cc067797
Missing check ( #56170 )
2018-08-13 10:36:37 +02:00
Christof Marti
839a40edb3
Avoid Uri.parse('')
2018-08-10 15:54:22 +02:00
Christof Marti
c09911add3
Avoid assumptions about git: URIs ( fixes #36236 )
2018-08-02 15:09:51 +02:00
Christof Marti
04129e96fe
Fix extension-editing display name and description
2018-07-25 11:18:15 +02:00
Christof Marti
d61baf3b16
Don't assume local file ( #36236 )
2018-07-23 12:55:32 +02:00
Dirk Baeumer
21991b4912
Move to latest vscode-nls for corrupted cache support
2018-07-03 16:12:52 +02:00
Martin Aeschlimann
f57c35c0f2
Languages -> Programming Languages (for #47103 )
2018-04-03 14:30:02 +02:00
Greg Van Liew
b3a1b98d54
Edit pass on built-in extension descriptions ( #44875 )
2018-03-01 16:43:06 -08:00
Ramya Achutha Rao
1f7b495846
Version 1.0 for builtin extensions #43978 #44626
2018-02-27 17:35:19 -08:00
Sandeep Somavarapu
d321ced195
#43978 Use nls
2018-02-19 18:38:12 +01:00
Sandeep Somavarapu
eb789c5ff5
#43978 Add details to editing extensions
2018-02-19 18:23:29 +01:00
Dirk Baeumer
e91b851ca8
Upgrade to latest language pack format
2018-01-30 00:11:57 +01:00
Dirk Baeumer
04594c864b
Add support for Language Packs
2018-01-25 21:14:34 +01:00
Christof Marti
079b3090e1
Updgrade markdown-it ( fixes #40099 )
2018-01-16 10:17:23 +01:00
Sandeep Somavarapu
68ad871190
#40098 Updated jsonc version dependency
2017-12-12 15:36:00 +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
Christof Marti
c561784a90
Clean up ( #37212 )
2017-11-08 11:01:58 -08:00
Erich Gamma
a54c44cb0d
Enabling the 'noUnusedLocals' compiler option for extensions
2017-11-08 10:23:49 +01:00
Erich Gamma
b94569fe0d
tslint5 adoption - fix semicolon rule
2017-11-07 12:08:22 +01:00
Martin Aeschlimann
12d4925c72
Use strict version-identifier for @types/xyz-modules . For #35561
2017-10-04 11:25:45 +02:00
Johannes Rieken
932764a7e2
mark @types/node as dev-dependency
2017-09-28 15:01:03 +02:00
Johannes Rieken
6d00916e01
improve warning for bad links, #35017
2017-09-27 10:54:25 +02:00
Christof Marti
1488aafa09
Load Markdown and XML parsers on demand ( fixes #33141 )
2017-09-08 09:52:08 -07:00
Johannes Rieken
63021129db
use async module loading for typescript, #33141
2017-08-28 15:55:39 +02:00
Christof Marti
1f01ffb1d2
Improve warning messages ( fixes #30434 )
2017-07-28 15:45:45 -07:00
Johannes Rieken
8bba4098c7
make vscode.d.ts-link detector fit for multi root
2017-07-28 15:03:16 +02:00
Christof Marti
91e83d4898
Fallback to warn on label
2017-06-28 17:45:25 -07:00
Christof Marti
5afaf1dd4e
Robustness towards invalid URIs
2017-06-28 16:41:08 -07:00
Christof Marti
15b579d13d
Embedded SVGs not valid
2017-06-26 21:01:07 -07:00
Christof Marti
997bcf9001
Add linting for extensions
2017-06-25 17:09:56 -07:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Matt Bierner
513b3b406d
Fix name for ts 2.3.3
2017-05-12 18:52:26 -07: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
Alex Dima
aca01f2daa
Fix build hygiene issues
2017-04-14 14:08:52 +03:00
Martin Aeschlimann
1eb8278296
[theme] add color theme schema
2017-03-08 23:02:41 +01:00
Sandeep Somavarapu
7b76b74e4c
#20878 add string checks
2017-02-21 16:30:00 +01:00
Sandeep Somavarapu
15da2f3e83
#19733 Update npm shrink-wrap for exetension-editing extension
2017-02-09 16:56:01 +01:00
Sandeep Somavarapu
5b93f63f4f
Correct the pattern while registering package.json
2017-02-09 16:51:34 +01:00
Sandeep Somavarapu
765638410d
#19733 Implement intellisense for language specific editor settings in configuration defaults
2017-02-09 15:24:52 +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
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
Matt Bierner
59e53d6070
Remove mocha.d.ts from extension projects that don't need it
2016-12-07 17:06:27 -08:00
Martin Aeschlimann
1c4e72aa68
share TypeScipt node_module amongst extensions
2016-11-23 16:35:50 +01:00
Johannes Rieken
7b12aeb422
config-editing, api-test use strictNull-checks, #6907
2016-11-23 12:12:31 +01:00
Martin Aeschlimann
75c6fa2755
[icons] associate schema for icon-themes
2016-08-23 14:45:00 +02:00