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

make file extensions customizable and/or add .tkapp #11

Open
mooreatv opened this issue Nov 23, 2020 · 1 comment
Open

make file extensions customizable and/or add .tkapp #11

mooreatv opened this issue Nov 23, 2020 · 1 comment

Comments

@mooreatv
Copy link

Can you have a config to say which file extensions should be treated as tcl?

On windows ".tkapp" is to auto start wish.exe so that would be handy

Thanks!

ps: the link https://github.com/bitwisecook/vscode-tcl has no "issues" tab

@mooreatv
Copy link
Author

mooreatv commented Nov 23, 2020

found how to do it directly in vscode json settings, add:

    "files.associations": {
        "*.tkapp": "tcl"
    },

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

1 participant