mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-16 20:02:10 +00:00
chore(project): add settings file for vscode
This commit is contained in:
parent
145229a92b
commit
4d13992ad1
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
.prism.log
|
||||
.vscode
|
||||
_dev
|
||||
|
||||
__pycache__
|
||||
|
|
|
|||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"python.analysis.importFormat": "relative",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue