Skip to content

Commit

Permalink
fix: remove settings value from workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-lvovsky authored Oct 13, 2021
1 parent d646d7a commit 2ea6d10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/backend/src/utils/workspaceFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ class WorkspaceFileUtil {
const fileContent: string = `{
"folders": [{
"path": "${filePath}"
}],
"settings": {
"actions": []
}
}]
}`;

writeFileSync(wsFilePath, fileContent);
Expand Down

0 comments on commit 2ea6d10

Please sign in to comment.