Skip to content

Commit

Permalink
Add lua_extension setting completion
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed Jun 16, 2024
1 parent 84083bd commit 575f859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

### Added

- Automatic completion for `lua_extension` setting

### Fixed

- Argon version at the top of the quick pick menu is now displayed properly
Expand Down
5 changes: 5 additions & 0 deletions src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ const SETTINGS = [
value: "ts_mode = ${1|false,true|}",
doc: "Use roblox-ts by default",
},
{
field: "lua_extension",
value: "lua_extension = ${1|false,true|}",
doc: "Use .lua file extension instead of .luau when writing scripts",
},
{
field: "move_to_bin",
value: "move_to_bin = ${1|false,true|}",
Expand Down

0 comments on commit 575f859

Please sign in to comment.