diff --git a/spine-libgdx/.vscode/launch.json b/spine-libgdx/.vscode/launch.json index 9613f734d..4b9567ece 100644 --- a/spine-libgdx/.vscode/launch.json +++ b/spine-libgdx/.vscode/launch.json @@ -12,6 +12,14 @@ "${workspaceFolder}/../examples/spineboy/export/spineboy-pma.atlas", "run" ], + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen", + "sourcePaths": [ + "${workspaceFolder}/spine-libgdx-tests/src", + "${workspaceFolder}/spine-libgdx/src", + "${workspaceFolder}/../libgdx/gdx/src" + + ] } ] } \ No newline at end of file diff --git a/spine-ts/spine-core/tests/DebugPrinter.ts b/spine-ts/spine-core/tests/DebugPrinter.ts index c27fee2ff..8485aee69 100755 --- a/spine-ts/spine-core/tests/DebugPrinter.ts +++ b/spine-ts/spine-core/tests/DebugPrinter.ts @@ -120,7 +120,6 @@ class DebugPrinter { try { // Load atlas const atlasData = await fs.readFile(atlasPath, 'utf8'); - const atlasDir = path.dirname(atlasPath); const atlas = new TextureAtlas(atlasData); // Load skeleton data