Skip to content

Commit

Permalink
Restoring .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
genevievestarke committed Jan 6, 2025
1 parent 2f6c750 commit 27836f2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: standalone-solar-pysam-example.py",
"type": "python",
"request": "launch",
// "program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
// "cwd": "${workspaceFolder}\\example_case_folders\\07_amr_wind_dummy_and_solar_pysam",
"cwd": "${fileDirname}",
"program": "standalone-solar-pysam-example.py",
}
]
}

0 comments on commit 27836f2

Please sign in to comment.