Skip to content

Commit 975e061

Browse files
authored
fixed browser command not working for testing in browser (#361)
1 parent 405fcc6 commit 975e061

3 files changed

Lines changed: 195 additions & 293 deletions

File tree

example/.vscode/settings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,16 @@
77
"library",
88
"read"
99
],
10-
"vscode-flowr.r.engine": "r-shell"
10+
"vscode-flowr.r.engine": "r-shell",
11+
"vscode-flowr.linter.enabledRules": [
12+
"deprecated-functions",
13+
"file-path-validity",
14+
"seeded-randomness",
15+
"absolute-file-paths",
16+
"unused-definitions",
17+
"dataframe-access-validation",
18+
"dead-code",
19+
"useless-loop",
20+
"naming-convention"
21+
]
1122
}

0 commit comments

Comments
 (0)