File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ end_of_line = lf
99charset = utf-8
1010trim_trailing_whitespace = true
1111
12- [* .lua ]
12+ [* .{ lua,lua2p,sh,cmd} ]
1313indent_style = tab
1414insert_final_newline = true
1515
Original file line number Diff line number Diff line change @@ -165,3 +165,6 @@ coverage.xml
165165.pydevproject
166166# Sphinx documentation
167167docs /_build
168+
169+ # lua2p debug files
170+ * .meta.lua
Original file line number Diff line number Diff line change 22 "recommendations" : [
33 " eamodio.gitlens" ,
44 " justarandomgeek.factoriomod-debug" ,
5- " coenraads.bracket-pair-colorizer-2" ,
65 " sumneko.lua" ,
76 " davidanson.vscode-markdownlint" ,
87 " editorconfig.editorconfig" ,
Original file line number Diff line number Diff line change 6666 "restructuredtext.confPath" : " ${workspaceFolder}\\ predocs" ,
6767 "restructuredtext.builtDocumentationPath" : " ${workspaceFolder}/docs/_build/html" ,
6868 "restructuredtext.updateOnTextChanged" : " false" ,
69- "restructuredtext.updateDelay" : 1000 ,
69+ "restructuredtext.updateDelay" : 1000 ,
70+ "Lua.diagnostics.disable" : [
71+ " lowercase-global" ,
72+ " undefined-doc-name" ,
73+ " undefined-doc-class"
74+ ],
7075}
You can’t perform that action at this time.
0 commit comments