2016-11-19 11 views

答えて

4

ファイルに移動 - >設定 - > [ワークスペースの設定と、右ペインに貼り付け:

// Place your settings in this file to overwrite default and user settings. 
{ 

     "files.exclude": { 
     // include the defaults from VS Code 
     "**/.git": true, 
     "**/.DS_Store": true, 

     // exclude .js and .js.map files, when in a TypeScript project 
     "**/*.js": { "when": "$(basename).ts"}, 
     "**/*.js.map": true 
    } 
} 
+1

ファイルを非表示にしたくないエクスプローラでは、jsファイルはtsファイルの子ノードになります。 –

+1

@David vscodeはできません – echonax

+0

なぜdownvote? – echonax

関連する問題