-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notes.code-workspace
131 lines (130 loc) · 2.58 KB
/
Notes.code-workspace
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"folders": [
{
"name": "Lundi",
"path": "NA-Lundi"
},
{
"name": "Traitement d'images",
"path": "Traitement images"
},
{
"name": "Mardi",
"path": "NA-Mardi"
},
{
"name": "Programmation fonctionnelle (Java)",
"path": "./Prog Fonctionnelle"
},
{
"name": "Spring",
"path": "./Spring"
},
{
"name": "Mercredi",
"path": "NA-Mercredi"
},
{
"name": "Paradigme programmation avancée",
"path": "Paradigme Prog"
},
{
"name": "Développement Web 1",
"path": "./DevWeb"
},
/* {
"name": "Workshop Laravel",
"path": "./DevWeb/workshop-laravel"
},
{
"name": "Workshop VueJS",
"path": "./DevWeb/workshop-vueJS"
},*/
{
"name": "Jeudi",
"path": "NA-Jeudi"
},
{
"name": "Unity - Infographie",
"path": "Unity"
},
{
"name": "Sécurité informatique",
"path": "Sécurité Informatique"
},
{
"name": "Vendredi",
"path": "NA-Vendredi"
},
{
"name": "Industrialisation logicielle",
"path": "Industrialisation logicielle"
},
{
"name": "Intelligence Articielle 2",
"path": "IA 2"
},
{
"name": "Dév. Mobile",
"path": "Mobile"
},
{
"name": "TERMINER",
"path": "NA"
},
{
"name": "Intelligence Articielle 1",
"path": "./IA 1"
},
{
"name": "Qualité logiciel",
"path": "Qualité Logiciel"
},
{
"name": "Cryptographie",
"path": "./Crypto"
},
{
"name": "Compilateur",
"path": "./Compilateur"
},
{
"name": "Entreprises et Innovations",
"path": "Entreprises Innovations"
},
{
"name": "Communication et gestion d'équipe",
"path": "Communication et gestion d'équipe"
},
{
"name": "Infographie",
"path": "Infographie"
},
],
"settings": {
"git.enableSmartCommit": true,
"git.autofetch": true,
/*
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#296438",
"activityBar.background": "#296438",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#261c44",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#296438",
"statusBar.background": "#1a4024",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#296438",
"statusBarItem.remoteBackground": "#1a4024",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1a4024",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1a402499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "1a4024"
*/
}
}