Skip to content

Commit 6bbce95

Browse files
ENH: Add VS Code settings and update .gitignore
1 parent 96ad648 commit 6bbce95

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,4 @@ dmypy.json
111111
*.docx
112112
*.pdf
113113

114-
# VS Code
115-
.vscode/
116-
117114
databank/

.vscode/settings.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"."
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true,
7+
"cSpell.words": [
8+
"aftradius",
9+
"crosssection",
10+
"databranch",
11+
"datapoint",
12+
"datapoints",
13+
"fincount",
14+
"flightdata",
15+
"flighttime",
16+
"freeformfinset",
17+
"geodeticmethod",
18+
"groundhitvelocity",
19+
"launchaltitude",
20+
"launchlatitude",
21+
"launchlongitude",
22+
"launchrodvelocity",
23+
"maxacceleration",
24+
"maxaltitude",
25+
"maxmach",
26+
"maxvelocity",
27+
"motormount",
28+
"orhelper",
29+
"rocketserializer",
30+
"rootchord",
31+
"shapeparameter",
32+
"sweepangle",
33+
"sweeplength",
34+
"timetoapogee",
35+
"tipchord",
36+
"trapezoidfinset",
37+
"tubefinset",
38+
"windaverage",
39+
"windturbulence"
40+
]
41+
}

0 commit comments

Comments
 (0)