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 1e479be commit cd2dbf3Copy full SHA for cd2dbf3
project/Build.scala
@@ -1150,7 +1150,7 @@ object Build {
1150
1151
// If .vscode does not exist yet, initialize it with the contents of .vscode-template/
1152
val vscodeSetting = new File(".vscode/")
1153
- if(!vscodeSetting.exists()) {
+ if (!vscodeSetting.exists()) {
1154
vscodeSetting.mkdir()
1155
for (file <- new File(".vscode-template/").listFiles)
1156
java.nio.file.Files.copy(file.toPath, new File(vscodeSetting.getPath() + '/' + file.getName).toPath)
0 commit comments