Skip to content

Commit

Permalink
Add relative_paths setting completion
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed Jun 12, 2024
1 parent cd79b78 commit 2f1d3f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ const SETTINGS = [
value: "ts_mode = ${1|false,true|}",
doc: "Use roblox-ts by default",
},
{
field: "relative_paths",
value: "relative_paths = ${1|false,true|}",
doc: "Work on relative paths instead of absolute ones",
},
{
field: "move_to_bin",
value: "move_to_bin = ${1|false,true|}",
Expand Down

0 comments on commit 2f1d3f5

Please sign in to comment.