Skip to content

Conversation

@Mick666
Copy link

@Mick666 Mick666 commented Aug 9, 2021

Added a support for the 'oraclesql' file type in VS Code. This is what VS Code associates .sql file types with when using Oracle Dev Tools in VS Code; despite being SQL files, VS Code considers them to be 'oraclesql' instead and the formatter did not work initially.

Also added a keyword for it in the package.json.

When using Oracle Dev Tools in VS Code, .sql files are associated with 'oraclesql' instead of 'sql', causing SQL Formatters to not work on the file despite being SQL.
lucaslellis added a commit to lucaslellis/vscode-sql-formatter that referenced this pull request May 5, 2022
When the Oracle Developer Tools for VS Code (SQL and PLSQL)(https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools) extension is installed, *.sql files are associated with the oraclesql language.

The changes on this commit enable SQL Formatter to be used with the oraclesql language.

Based on kufii/vscode-sql-formatter#36
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

Successfully merging this pull request may close these issues.

1 participant