Unverified Commit 517c4c14 authored by Sergei Sergienko's avatar Sergei Sergienko Committed by GitHub

Excludes cache files from vscode explorer (#1131)

Small quality of life change that excludes cache files from VSCode File
Explorer when attached to sim container.
parent 69df26b7
{
"files.exclude": {
"**/.mypy_cache": true,
"**/__pycache__": true,
"**/*.egg-info": true
},
"files.associations": {
"*.tpp": "cpp",
"*.kit": "toml",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment