dev: automated commit - 2025-12-22 16:43:08
This commit is contained in:
parent
b92a69e751
commit
7cff2be71c
2 changed files with 0 additions and 80 deletions
79
.vscode/launch.json
vendored
79
.vscode/launch.json
vendored
|
|
@ -1,79 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Launch package",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "auto",
|
|
||||||
"remotePath": "",
|
|
||||||
"port": 38697,
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"program": "${workspaceFolder}",
|
|
||||||
"env": {
|
|
||||||
},
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder}",
|
|
||||||
"envFile": "${workspaceFolder}/.env",
|
|
||||||
"buildFlags":""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Debug current package",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "debug",
|
|
||||||
"remotePath": "",
|
|
||||||
"port": 38697,
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"program": "${fileDirname}",
|
|
||||||
"env": {
|
|
||||||
},
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder}",
|
|
||||||
"envFile": "${workspaceFolder}/.env",
|
|
||||||
"buildFlags":""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Launch test function",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "test",
|
|
||||||
"program": "${workspaceFolder}",
|
|
||||||
"args": [
|
|
||||||
"-test.run",
|
|
||||||
"MyTestFunction"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Attach main",
|
|
||||||
"type": "go",
|
|
||||||
"request": "attach",
|
|
||||||
"mode": "debug",
|
|
||||||
"remotePath": "",
|
|
||||||
"port": 38697,
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"program": "${workspaceFolder}/main.go",
|
|
||||||
"env": {
|
|
||||||
},
|
|
||||||
"args": [],
|
|
||||||
"cwd": "${workspaceFolder}",
|
|
||||||
"processId":"",
|
|
||||||
"envFile": "${workspaceFolder}/.env",
|
|
||||||
"buildFlags":""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Attach to Process",
|
|
||||||
"type": "go",
|
|
||||||
"request": "attach",
|
|
||||||
"mode": "local",
|
|
||||||
"processId": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Launch file",
|
|
||||||
"type": "go",
|
|
||||||
"request": "launch",
|
|
||||||
"mode": "debug",
|
|
||||||
"program": "${file}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -10,7 +10,6 @@ M.config = function()
|
||||||
local lint = require("lint")
|
local lint = require("lint")
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
-- fuck this shit, 1.5Gb of RAM for this crap
|
|
||||||
-- javascript = {"eslint_d"},
|
-- javascript = {"eslint_d"},
|
||||||
-- typescript = {"eslint_d"},
|
-- typescript = {"eslint_d"},
|
||||||
-- javascriptreact = {"eslint_d"},
|
-- javascriptreact = {"eslint_d"},
|
||||||
Loading…
Add table
Add a link
Reference in a new issue