From a35c6fe99c0ae93ce2e197847cecc43c3de9cd2d Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Wed, 5 Apr 2023 14:58:04 -0400 Subject: [PATCH] chore: misc changes --- .github/workflows/codeql-analysis.yml | 2 +- .gitignore | 3 ++- .vscode/launch.json | 3 +-- config/_project_json.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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