Skip to content

Commit

Permalink
DEV: setup vscode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Jul 6, 2024
1 parent 6fc797c commit 9398090
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ cython_debug/
*.docx
*.pdf

# VSCode project settings
.vscode/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Expand Down
32 changes: 32 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"recommendations": [
"ambooth.git-rename",
"github.vscode-pull-request-github",
"gruntfuggly.todo-tree",
"mechatroner.rainbow-csv",
"mohsen1.prettify-json",
"ms-azuretools.vscode-docker",
"ms-python.black-formatter",
"ms-python.debugpy",
"ms-python.isort",
"ms-python.pylint",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-wsl",
"ms-vscode.cmake-tools",
"ms-vscode.makefile-tools",
"ms-vscode.powershell",
"ms-vsliveshare.vsliveshare",
"njpwerner.autodocstring",
"streetsidesoftware.code-spell-checker",
"trond-snekvik.simple-rst",
]
}
214 changes: 214 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"autoDocstring.docstringFormat": "numpy",
"cSpell.enableFiletypes": [
"python",
"jupyter",
"markdown",
"restructuredtext"
],
"cSpell.language": "en-US",
"cSpell.words": [
"Abdulklech",
"adjugate",
"akima",
"allclose",
"altitudemode",
"Alves",
"amax",
"arange",
"arccos",
"arcsin",
"arctan",
"argmax",
"argmin",
"argsort",
"atol",
"attrname",
"autoclass",
"autofetch",
"autopep",
"autouse",
"axhline",
"axup",
"axvline",
"behaviour",
"bijective",
"brentq",
"Calebe",
"calisto",
"Calisto",
"Cardano's",
"cardanos",
"carlo",
"CDEFGHJKLMNPQRSTUVWXX",
"Ceotto",
"cesaroni",
"Cesaroni",
"cftime",
"changealphaint",
"Chassikos",
"clabel",
"clalpha",
"cmap",
"cmcens",
"coeff",
"coeffs",
"colorbar",
"colormaps",
"contourf",
"conusnest",
"cstride",
"csys",
"datapoints",
"ddot",
"deletechars",
"dimgrey",
"discretizes",
"disp",
"dtype",
"ECMWF",
"edgecolor",
"epsabs",
"epsrel",
"errstate",
"evals",
"exponentiated",
"extrap",
"facecolor",
"fastapi",
"Fernandes",
"fftfreq",
"figsize",
"filt",
"fmax",
"fmin",
"fontsize",
"freestream",
"funcified",
"funcify",
"GEFS",
"genfromtxt",
"geopotential",
"geopotentials",
"getdata",
"getfixturevalue",
"Giorgio",
"Giovani",
"github",
"Glauert",
"gmaps",
"Gomes",
"grav",
"hemis",
"hgtprs",
"hgtsfc",
"HIRESW",
"hspace",
"ICONEU",
"idxmax",
"imageio",
"imread",
"intc",
"interp",
"Interquartile",
"intp",
"ipywidgets",
"isbijective",
"isin",
"jsonpickle",
"jupyter",
"Karman",
"linalg",
"linestyle",
"linewidth",
"loadtxt",
"LSODA",
"lvhaack",
"Mandioca",
"mathutils",
"maxdepth",
"mbar",
"meshgrid",
"Metrum",
"mult",
"Mumma",
"NASADEM",
"NDAP",
"ndarray",
"NDRT",
"NETCDF",
"newlinestring",
"newmultigeometry",
"newpolygon",
"nfev",
"NOAA",
"NOAA's",
"noaaruc",
"num2pydate",
"outerboundaryis",
"planform",
"polystyle",
"powerseries",
"Projeto",
"prometheus",
"pytz",
"Rdot",
"referece",
"relativetoground",
"reynolds",
"ROABs",
"rocketpy",
"rstride",
"rtol",
"rucsoundings",
"rwork",
"savetxt",
"savgol",
"scilimits",
"searchsorted",
"seealso",
"simplekml",
"SIRGAS",
"somgl",
"Somigliana",
"SRTM",
"SRTMGL",
"subintervals",
"ticklabel",
"timezonefinder",
"tmpprs",
"toctree",
"trapz",
"TRHEDDS",
"triggerfunc",
"twinx",
"udot",
"ufunc",
"ugrdprs",
"USGS",
"uwyo",
"vectorize",
"vgrdprs",
"viridis",
"vmax",
"vmin",
"vonkarman",
"Weibull",
"windrose",
"wireframe",
"wspace",
"xlabel",
"xlim",
"xticks",
"ylabel",
"ylim",
"zdir",
"zlabel",
"zlim"
]
}

0 comments on commit 9398090

Please sign in to comment.