Add more SQL dialects (Oracle/Pro*COBOL, postgresql)
Is your feature request related to a problem? Support for non-DB2 dialects (of course: not run on the mainframe...)
Describe the solution you'd like A duplication of the now existing db2 dialect #2120, adjusted to those dialects.
Describe alternatives you've considered
Use another extension or somehow (?) configure the extension to ignore EXEC SQL completely, apart from the variable references.
It seems this should get the custom-dialect label.
Hello, please try the latest 2.1.0 version. With this one, you can disable SQL analysis in the settings. We wonder if you would be interested in creating your own dialect with our guidance? We are more than happy to assist you in this effort.
'How to' blog post: https://medium.com/modern-mainframe/vs-code-language-server-extension-for-cobol-preprocessors-34f10c91558b
A custom extension does not make much sense for something as global as this with the idea to also add it to the pull down for sql dialect (from a quick look, I'm not sure that this is exposed for the custom dialects in the first place). It would be more reasonable to copy the DB2 one and make the pgsql/procob one similar as possible, maybe refactor to have identical parts only once.
Note: I do think that a bunch of entries from https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/blob/development/server/engine/src/main/resources/LanguageKeywords.txt should be moved to https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/blob/development/server/engine/src/main/resources/LanguageKeywords_sql.txt, no?