Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create codeql.yml #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

21-djQuy-nART
Copy link

@21-djQuy-nART 21-djQuy-nART marked this pull request as ready for review February 1, 2023 02:26
@21-djQuy-nART
Copy link
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
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.

None yet

2 participants