peinjector/.vscode/settings.json

17 lines
488 B
JSON
Raw Normal View History

2024-02-08 19:04:07 +08:00
{
"yaml.schemas": {
"https://json.schemastore.org/yamllint.json": "file:///c%3A/Users/Administrator/Desktop/PEinjector/package/cli/manifest.yml"
2024-02-10 12:53:12 +08:00
},
"python.analysis.extraPaths": [
"./tool"
2024-02-19 22:37:08 +08:00
],
"sqltools.connections": [
{
"previewLimit": 50,
"driver": "SQLite",
"name": "cxykevin",
"database": "C:\\Users\\Administrator\\Desktop\\PEi\\core.db"
}
],
"sqltools.useNodeRuntime": true
2024-02-08 19:04:07 +08:00
}