Skip to content

Commit dec7627

Browse files
committed
vscode: Add ffxivrc for debug env vars
1 parent ef9ea03 commit dec7627

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.vscode/wine-common.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ get-netcoredbg() {
1616
get-vsdbg() {
1717
xlcore wine winepath -w linuxtools/vsdbg/vsdbg.exe
1818
}
19+
20+
if [ -f linuxtools/ffxivrc.sh ]; then
21+
. linuxtools/ffxivrc.sh
22+
fi

linuxtools/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gdbserver
44
llvm
55
netcoredbg
66
vsdbg
7+
ffxivrc.sh

0 commit comments

Comments
 (0)