Skip to content

Commit

Permalink
Updating workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Oct 29, 2022
1 parent 2663627 commit f32a52f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"editor.formatOnSave": true,
"Lua.diagnostics.disable": [
//"undefined-global"
"undefined-field",
],
"Lua.diagnostics.globals": [
"ChatTypeInfo",
Expand All @@ -14,6 +14,7 @@
"OmniCC",
"RaidBossEmoteFrame",
"RaidNotice_AddMessage",
"STANDARD_TEXT_FONT",
],
"Lua.workspace.ignoreDir": [
".vscode",
Expand Down

0 comments on commit f32a52f

Please sign in to comment.