Skip to content

Commit fd519c1

Browse files
committed
vscode settings
1 parent ed3b357 commit fd519c1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

api/.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cSpell.words": [
3+
"jooq",
4+
"springboot",
5+
"springframework",
6+
"throyer"
7+
]
8+
}

0 commit comments

Comments
 (0)