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 d3fa19d commit ef86663Copy full SHA for ef86663
.gitignore
@@ -1,6 +1,6 @@
1
*.class
2
*.log
3
-.vscode
+.vscode/settings.json
4
.scala-build
5
.metals
6
.bsp
.vscode/launch.json
@@ -0,0 +1,18 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
7
+ {
8
+ "type": "scala",
9
+ "request": "launch",
10
+ "name": "test",
11
+ "buildTarget": "scautable.jvm.test",
12
+ "testClass": "io.github.quafadas.scautable.CSVSuite",
13
+ "args": [
14
+ "-oD"
15
+ ]
16
+ }
17
18
+}
0 commit comments