Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5a309c

Browse files
Change default TypeScript formatter to built-in extension
1 parent e54a0b2 commit c5a309c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎extension-dev.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typescript.format.semicolons": "insert", // Code actions like "organize imports" ignore ESLint, so we need this here
5050
"eslint.format.enable": true, // Enable ESLint as defaut formatter so quick fixes can be applied directly
5151
"[typescript]": {
52-
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
52+
"editor.defaultFormatter": "vscode.typescript-language-features",
5353
"editor.formatOnPaste": true,
5454
"editor.formatOnSave": true,
5555
"editor.formatOnSaveMode": "modificationsIfAvailable"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /