Skip to content

Commit

Permalink
ENH: Add VS Code settings and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Dec 31, 2024
1 parent 96ad648 commit 6bbce95
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,4 @@ dmypy.json
*.docx
*.pdf

# VS Code
.vscode/

databank/
41 changes: 41 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"cSpell.words": [
"aftradius",
"crosssection",
"databranch",
"datapoint",
"datapoints",
"fincount",
"flightdata",
"flighttime",
"freeformfinset",
"geodeticmethod",
"groundhitvelocity",
"launchaltitude",
"launchlatitude",
"launchlongitude",
"launchrodvelocity",
"maxacceleration",
"maxaltitude",
"maxmach",
"maxvelocity",
"motormount",
"orhelper",
"rocketserializer",
"rootchord",
"shapeparameter",
"sweepangle",
"sweeplength",
"timetoapogee",
"tipchord",
"trapezoidfinset",
"tubefinset",
"windaverage",
"windturbulence"
]
}

0 comments on commit 6bbce95

Please sign in to comment.