fix backspace bug
This commit is contained in:
26
odit.sublime-project
Normal file
26
odit.sublime-project
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"debugger_configurations":
|
||||
[
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Launch",
|
||||
"program": "${project_path}/src.bin",
|
||||
"args": [],
|
||||
"cwd": "${project_path}"
|
||||
},
|
||||
],
|
||||
"build_systems": [
|
||||
{
|
||||
"cmd": ["odin", "build", "src", "-debug"],
|
||||
"name": "odit",
|
||||
"selector": "source.odin",
|
||||
"working_dir": "${project_path}"
|
||||
}
|
||||
],
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user