We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef57596 commit ca548b2Copy full SHA for ca548b2
src/editor/FileSelector.vue
@@ -154,7 +154,7 @@ function horizontalScroll(e: WheelEvent) {
154
155
<div class="import-map-wrapper">
156
<div
157
- v-if="showTsConfig"
+ v-if="showTsConfig && store.state.files[tsconfigFile]"
158
class="file"
159
:class="{ active: store.state.activeFile.filename === tsconfigFile }"
160
@click="store.setActive(tsconfigFile)"
0 commit comments