-
Notifications
You must be signed in to change notification settings - Fork 0
67 lines (66 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"folders": [
{
"path": "."
},
{
"path": "../Altro"
}
],
"settings": {
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[php]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.printWidth": 100,
"prettier.singleQuote": false,
"prettier.tabWidth": 4,
"editor.formatOnSave": true,
"indentRainbow.errorColor": "rgba(128,32,32,0.3)",
"liveServer.settings.multiRootWorkspaceName": "Altro"
},
"extensions": {
"recommendations": [
"esbenp.prettier-vscode",
"rifi2k.format-html-in-php",
"oderwat.indent-rainbow",
"CoenraadS.bracket-pair-colorizer-2"
]
},
"tasks": {
"presentation": {
"echo": false,
"reveal": "always",
"focus": true,
"panel": "shared",
"showReuseMessage": true,
"clear": false
},
"version": "2.0.0",
"tasks": [
{
"label": "Saluto",
"type": "shell",
"windows": {
"command": "echo 'Ciao belli pull già fatto,aprite il file di Setup del workspace!! \n Pushate più che potete e Buon Lavoro!! \n ps. installate le estensioni del workspace consigliate <3' ; sleep 5 ; git pull ; echo 'per mantenere aggiornata la base di lavoro' ; echo 'sei nel branch : ' ; git branch "
},
"linux": {
"command": "echo 'Ciao belli pull già fatto,aprite il file di Setup del workspace!! \n Pushate più che potete e Buon Lavoro!! \n ps. installate le estensioni del workspace consigliate <3' && sleep 5 && git pull && echo 'per mantenere aggionata la base di lavoro' && echo 'sei nel branch : ' && git branch "
},
"runOptions": {
"runOn": "folderOpen"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
}
//you can install prettier for php globally with
// $ npm install --global prettier @prettier/plugin-php
//da installare anche rifi2k.format-html-in-php per formattare html nei file php