outsourced repeating code to own functions created javadoc
This commit is contained in:
14
workspace.code-workspace
Normal file
14
workspace.code-workspace
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.autoGuessEncoding":true,
|
||||
"files.encoding": "utf8",
|
||||
"java.home": "C:\\Program Files\\Java\\jdk-16.0.1",
|
||||
"java.jdt.ls.vmargs": "-Dfile.encoding=UTF-8",
|
||||
"javac-linter.javac": "javac -Dfile.encoding=UTF-8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user