nwolverson / vscode-language-purescript

PureScript Language Support for Visual Studio Code
https://marketplace.visualstudio.com/items/nwolverson.language-purescript
Other
17 stars 12 forks source link

setLanguageConfiguration #1

Closed texastoland closed 8 years ago

texastoland commented 8 years ago

Needed for contextual shortcuts (probably other stuff): https://code.visualstudio.com/docs/extensionAPI/vscode-api#languages.setLanguageConfiguration

nwolverson commented 8 years ago

I don't believe this is required, I think this is a programmatic interface to configuration already present in the config

https://github.com/nwolverson/vscode-language-purescript/blob/master/package.json#L24

texastoland commented 8 years ago

You're right I was having trouble finding that 🙏