From f69486ccb938a7471d934a3832ab228b28ebdb48 Mon Sep 17 00:00:00 2001 From: Vladimir Vaskov Date: Thu, 28 Nov 2024 23:49:06 +0300 Subject: [PATCH] vscode: remove unnecessary --- .vscode/gdb.sh | 3 --- .vscode/launch.json | 19 ------------------- 2 files changed, 22 deletions(-) delete mode 100755 .vscode/gdb.sh delete mode 100644 .vscode/launch.json diff --git a/.vscode/gdb.sh b/.vscode/gdb.sh deleted file mode 100755 index 5990eb6..0000000 --- a/.vscode/gdb.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -flatpak build --with-appdir --allow=devel --bind-mount=/run/user/1000/doc=/run/user/1000/doc/by-app/<>-Devel --share=network --share=ipc --socket=fallback-x11 --socket=wayland --device=dri --socket=pulseaudio .flatpak/repo gdb "$@" \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index aaca565..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Debug", - "type": "gdb", - "request": "launch", - "preLaunchTask": "Flatpak launch build", - "gdbpath": "${workspaceRoot}/.vscode/gdb.sh", - "target": "${workspaceRoot}/_build/src/<>", - "arguments": "", - "cwd": "${workspaceRoot}", - "valuesFormatting": "parseText" - }, - ] -} \ No newline at end of file