Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
doc_interne_developpement
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
doc_interne_developpement
Commits
1e192b32
Commit
1e192b32
authored
2 years ago
by
Anthony Borghi
Browse files
Options
Downloads
Patches
Plain Diff
ajout de config supplémentaires
parent
29325bcd
No related branches found
No related tags found
No related merge requests found
Pipeline
#7159
passed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/vscode/extensions_obligatoires.md
+18
-0
18 additions, 0 deletions
source/vscode/extensions_obligatoires.md
source/vscode/extensions_utiles.md
+16
-0
16 additions, 0 deletions
source/vscode/extensions_utiles.md
with
34 additions
and
0 deletions
source/vscode/extensions_obligatoires.md
+
18
−
0
View file @
1e192b32
...
...
@@ -18,6 +18,24 @@ Lève des erreurs et des warnings sur le code typescript.
Configuration par défaut
### Configuration
Si vous prenez un erreur liée à un problème de droit dans vas/var cette configuration vous permettra de définir ce qui doit être analysé :
```
json
{
"eslint.workingDirectories"
:
[
"./client"
,
"./conf"
,
"./module"
,
"./engine"
,
"./src/**/module"
,
"./src/**/engine"
,
"./src/**/engine/**"
,
"./vas/engine/**"
]
}
```
## phpfmt
...
...
This diff is collapsed.
Click to expand it.
source/vscode/extensions_utiles.md
+
16
−
0
View file @
1e192b32
...
...
@@ -69,7 +69,9 @@ On peut allors éditer les fichiers sur le serveur comme s'ils étaient en local
#### Configuration
```
json
{
"sftp.downloadWhenOpenInRemoteExplorer"
:
true
,
}
```
## PHP Intelephense
...
...
@@ -88,6 +90,20 @@ Aide sur PHP
Comme JSDoc mais pour PHP
### Configuration
```
json
{
"php-docblocker.alignParams"
:
true
,
"php-docblocker.alignReturn"
:
true
,
"php-docblocker.useShortNames"
:
true
,
"php-docblocker.author"
:
{
"name"
:
"John Doe"
,
"email"
:
"john.doe@veremes.com"
},
}
```
## JenkinsFile Support

...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment