peinjector/.vscode/settings.json

8 lines
224 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-08 19:04:07 +08:00
}