Joyce Er
|
3ab0fb3aa9
|
Lint redundant activation events if extension is targeting ^1.75 (#173345)
|
2023-02-03 09:53:00 -08:00 |
|
Joyce Er
|
ddd71a222d
|
Lint redundant onTaskType activation events (#173205)
|
2023-02-02 14:31:13 -08:00 |
|
Tyler James Leonhardt
|
262ab0e7bf
|
Warn about star activation (#173112)
* star activation bad
* better message
* info level
|
2023-02-02 15:59:09 -05:00 |
|
Joyce Er
|
b42443093a
|
Lint more redundant activation events (#173186)
* `onWalkthrough`
* `onTerminalQuickFixRequest`
* `onTerminalProfile`
* `onRenderer`
|
2023-02-02 11:18:11 -08:00 |
|
Joyce Er
|
05e1981145
|
Lint redundant package.json activation events (#171297)
|
2023-01-16 09:28:19 +01:00 |
|
Joyce Er
|
d799b6c18f
|
Fix diagnostics for implicit activation events not appearing (#167081)
* Fix diagnostics for implicit activation events not appearing
* Fix line endings
|
2022-11-23 10:33:32 -08:00 |
|
Joyce Er
|
009d74e8f5
|
Lint redundant implicit activation events (#166485)
* Emit error for `onNotebookSerializer` usage
|
2022-11-22 08:28:24 -08:00 |
|
Matt Bierner
|
8a37410ce2
|
Adopt l10n for extension-editing (#165523)
For #164438
|
2022-11-04 12:04:47 -07:00 |
|
Martin Aeschlimann
|
375681e51e
|
json: use default word pattern (#151754)
|
2022-06-13 14:36:42 +02:00 |
|
Johannes
|
0656d21d11
|
auto-fixed prefer-const violation
|
2022-06-08 17:49:21 +02:00 |
|
Johannes Rieken
|
4a130c40ed
|
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
|
2022-02-02 14:35:33 +01:00 |
|
Johannes Rieken
|
ffdb8427ed
|
💄 use native endsWith, fyi @chrmarti
|
2022-01-05 11:46:29 +01:00 |
|
Johannes Rieken
|
986f163f9f
|
use extension linter to warn about usage of impossible proposals, https://github.com/microsoft/vscode-internalbacklog/issues/2461
|
2022-01-05 11:46:29 +01:00 |
|
Johannes Rieken
|
68e819043c
|
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
|
2021-11-09 15:53:35 +01:00 |
|
Johannes Rieken
|
9254a8cd27
|
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
|
2021-11-09 15:00:03 +01:00 |
|
Matt Bierner
|
d3642c3f60
|
Removing support for old style markdown symbol links in vscode.d.ts
Fixes #132663
|
2021-09-08 15:11:19 -07:00 |
|
Martin Aeschlimann
|
7ebe6a6054
|
adopt web extensions to webpack 5
|
2021-07-08 21:41:03 +02:00 |
|
Christof Marti
|
63e5b8058a
|
Async import only once
|
2021-06-04 21:42:23 +02:00 |
|
Martin Aeschlimann
|
db0d3f089d
|
add stripped-down serverless extension editing
|
2020-07-06 14:12:16 +02:00 |
|
João Moreno
|
cb29362cc7
|
fixes #100168
|
2020-06-15 10:28:35 +02:00 |
|
Matt Bierner
|
dd3e2d94f8
|
Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
|
2018-10-02 16:02:44 -07:00 |
|
Matt Bierner
|
69056ab090
|
Upgrade extension-editing extension to use shared tsconfig
Use the shared tsconfig and fix a number of strict mode typing errors and null check errors
|
2018-10-02 10:24:19 -07:00 |
|
Christof Marti
|
92cc41ebd0
|
Handle relative paths (#58694)
|
2018-09-26 15:19:36 +02:00 |
|
Johannes Rieken
|
b3665b9142
|
better fix for #58694
|
2018-09-26 12:24:26 +02:00 |
|
Johannes Rieken
|
1bcc3508fa
|
fix #58694
|
2018-09-26 12:05:54 +02:00 |
|
Christof Marti
|
3ce4d78fed
|
Webpack friendly (#57679)
|
2018-09-06 09:54:11 +02:00 |
|
Christof Marti
|
4380358ce9
|
Use webpack (#57680)
|
2018-09-05 15:16:27 +02:00 |
|
Christof Marti
|
80cc844613
|
Webpack friendly (#57679)
|
2018-09-05 09:54:39 +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
|
d61baf3b16
|
Don't assume local file (#36236)
|
2018-07-23 12:55:32 +02:00 |
|
Dirk Baeumer
|
04594c864b
|
Add support for Language Packs
|
2018-01-25 21:14:34 +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 |
|
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 |
|
Matt Bierner
|
513b3b406d
|
Fix name for ts 2.3.3
|
2017-05-12 18:52:26 -07:00 |
|
Alex Dima
|
aca01f2daa
|
Fix build hygiene issues
|
2017-04-14 14:08:52 +03:00 |
|
Sandeep Somavarapu
|
7b76b74e4c
|
#20878 add string checks
|
2017-02-21 16:30:00 +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 |
|