UnderMyWheel / vscode-luau

Roblox Luau extension for Visual Studio Code
MIT License
12 stars 2 forks source link

Incompatible with the Selene VSCode extension #5

Closed filiptibell closed 4 years ago

filiptibell commented 4 years ago

This extension uses a special language id (luau) in the package.json contributions instead of the normal "lua" language id that other extensions use, such as the VSCode extension for Selene. This make the extension incompatible with Selene for linting.

UnderMyWheel commented 4 years ago

Will look into changing the language id this week. My original intent with this was to allow developers to easily switch between Lua or Luau without having to disable the extension everytime.

UnderMyWheel commented 4 years ago

The incompatibilities have been fixed in version 1.0.2 @filiptibell