From 7cff2be71cac74122f727e35df93a6b8c5aa61db Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 22 Dec 2025 16:43:08 -0300 Subject: [PATCH] dev: automated commit - 2025-12-22 16:43:08 --- .vscode/launch.json | 79 ------------------------------ lua/plugins/{lint.lua => lint.bak} | 1 - 2 files changed, 80 deletions(-) delete mode 100644 .vscode/launch.json rename lua/plugins/{lint.lua => lint.bak} (93%) diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 37c0dbe..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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}" - } - ] -} diff --git a/lua/plugins/lint.lua b/lua/plugins/lint.bak similarity index 93% rename from lua/plugins/lint.lua rename to lua/plugins/lint.bak index 87990a7..d904291 100644 --- a/lua/plugins/lint.lua +++ b/lua/plugins/lint.bak @@ -10,7 +10,6 @@ M.config = function() local lint = require("lint") lint.linters_by_ft = { - -- fuck this shit, 1.5Gb of RAM for this crap -- javascript = {"eslint_d"}, -- typescript = {"eslint_d"}, -- javascriptreact = {"eslint_d"},