Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in .vscode settings in README.md #1

Open
entrepeneur4lyf opened this issue Dec 31, 2024 · 1 comment
Open

Typo in .vscode settings in README.md #1

entrepeneur4lyf opened this issue Dec 31, 2024 · 1 comment

Comments

@entrepeneur4lyf
Copy link

entrepeneur4lyf commented Dec 31, 2024

{
    "autoTS.enable": true,
    "autoTS.files.fileExtension": "ts",
    autoTS.files.skipFolderConfirmation" false, <-- Typo here
    "autoTS.files.autoImport": false,
    "autoTS.files.defaultBarrelFileName": "index.ts",
    "autoTS.formatting.useSingleQuotes": true,
    "autoTS.formatting.excludeSemiColonAtEndOfLine": false,
    "autoTS.formatting.keepExtensionOnExport": false,
    "autoTS.formatting.endOfLine": "lf",
    "autoTS.formatting.useStrict": false,
    "autoTS.formatting.headerCommentTemplate": [],
    "autoTS.formatting.insertFinalNewline": true,
}

Should be -

{
    "autoTS.enable": true,
    "autoTS.files.fileExtension": "ts",
    "autoTS.files.skipFolderConfirmation": false,
    "autoTS.files.autoImport": false,
    "autoTS.files.defaultBarrelFileName": "index.ts",
    "autoTS.formatting.useSingleQuotes": true,
    "autoTS.formatting.excludeSemiColonAtEndOfLine": false,
    "autoTS.formatting.keepExtensionOnExport": false,
    "autoTS.formatting.endOfLine": "lf",
    "autoTS.formatting.useStrict": false,
    "autoTS.formatting.headerCommentTemplate": [],
    "autoTS.formatting.insertFinalNewline": true,
}
@ManuelGil
Copy link
Owner

Hi @entrepeneur4lyf ,

Thank you very much for reporting the error. I uploaded an update with the correct text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants