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 ed3b357 commit fd519c1Copy full SHA for fd519c1
api/.vscode/launch.json
@@ -0,0 +1,16 @@
1
+{
2
+ // Use o IntelliSense para saber mais sobre os atributos possíveis.
3
+ // Focalizar para exibir as descrições dos atributos existentes.
4
+ // Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "type": "java",
9
+ "name": "Debug (Attach)",
10
+ "projectName": "Vendas",
11
+ "request": "attach",
12
+ "hostName": "127.0.0.1",
13
+ "port": 8000
14
+ }
15
+ ]
16
+}
api/.vscode/settings.json
@@ -0,0 +1,8 @@
+ "cSpell.words": [
+ "jooq",
+ "springboot",
+ "springframework",
+ "throyer"
0 commit comments