diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7dd895c..37a52ea 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript', 'python' ] + language: [ 'javascript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed diff --git a/.gitignore b/.gitignore index f024eb0..c66bb22 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,5 @@ dist .pnp.* # custom -release/* \ No newline at end of file +release/* +spine-runtimes/* \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 2b301ec..49a7b56 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,8 +5,7 @@ "request": "launch", "type": "chrome", "url": "http://localhost:5173", - "webRoot": "${workspaceFolder}", - "runtimeExecutable": "/usr/bin/google-chrome-stable" + "webRoot": "${workspaceFolder}" }, { "type": "node-terminal", diff --git a/config/_project_json.yaml b/config/_project_json.yaml index 6c68bf3..1c32dea 100644 --- a/config/_project_json.yaml +++ b/config/_project_json.yaml @@ -194,7 +194,7 @@ properties: text: ui_subtitle_title condition: voicetitle.value == true type: bool - value: false + value: true - key: voicesubtitlelanguage value: text: ui_subtitle_lang