Skip to content

Create codeql.yml#1

Open
21-djQuy-nART wants to merge 2 commits into
timedomain-tech:mainfrom
21-djQuy-nART:NeoGlitchBob-Supernova
Open

Create codeql.yml#1
21-djQuy-nART wants to merge 2 commits into
timedomain-tech:mainfrom
21-djQuy-nART:NeoGlitchBob-Supernova

Conversation

@21-djQuy-nART

Copy link
Copy Markdown

@21-djQuy-nART 21-djQuy-nART marked this pull request as ready for review February 1, 2023 02:26
@21-djQuy-nART

Copy link
Copy Markdown
Author

Suggested edit:

diff --git a/.vscode/settings.json b/.vscode/settings.json
index a4ffd2a..65454f2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -414,5 +414,39 @@
     "python.linting.enabled": true,
     "python.linting.pylintEnabled": false,
     "python.linting.flake8Enabled": true,
-    "python.linting.flake8Args": ["--max-line-length=120"]
+    "python.linting.flake8Args": [
+        "--max-line-length=120"
+    ],
+    "gitlens.codeLens.scopes": [
+        "document",
+        "containers",
+        "blocks"
+    ],
+    "gitlens.statusBar.alignment": "left",
+    "gitlens.statusBar.command": "gitlens.copyRemoteFileUrl",
+    "gitlens.hovers.currentLine.over": "line",
+    "gitlens.hovers.annotations.over": "line",
+    "gitlens.views.commits.showBranchComparison": "working",
+    "gitlens.views.commits.files.layout": "auto",
+    "gitlens.views.commitDetails.files.layout": "auto",
+    "gitlens.views.repositories.showBranchComparison": "working",
+    "gitlens.views.repositories.branches.layout": "tree",
+    "gitlens.views.repositories.files.layout": "auto",
+    "gitlens.sortTagsBy": "date:desc",
+    "gitlens.sortContributorsBy": "date:desc",
+    "gitlens.sortBranchesBy": "date:desc",
+    "gitlens.views.fileHistory.files.layout": "auto",
+    "gitlens.views.branches.branches.layout": "tree",
+    "gitlens.views.branches.files.layout": "auto",
+    "gitlens.views.remotes.branches.layout": "tree",
+    "gitlens.views.remotes.files.layout": "auto",
+    "gitlens.blame.toggleMode": "file",
+    "gitlens.changes.toggleMode": "file",
+    "gitlens.heatmap.toggleMode": "file",
+    "gitlens.heatmap.ageThreshold": 365,
+    "gitlens.graph.showDetailsView": "selection",
+    "gitlens.rebaseEditor.ordering": "desc",
+    "gitlens.rebaseEditor.showDetailsView": "selection",
+    "gitlens.defaultDateStyle": "relative",
+    "gitlens.keymap": "chorded"
 }

@Wenguanming

Copy link
Copy Markdown
Collaborator

May I ask the function of these files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants