add duplicate line function

This commit is contained in:
2025-12-11 09:41:09 -05:00
parent 83a2de0386
commit cfa6e37b85
2 changed files with 18 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
],
"build_systems": [
{
"cmd": ["odin", "build", "src", "-debug"],
"cmd": ["odin", "build", "src", "-debug", "-o:none"],
"name": "odit",
"selector": "source.odin",
"working_dir": "${project_path}"