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

Added Oracle SQL Support #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added Oracle SQL Support #36

wants to merge 2 commits into from

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