[add] config
This commit is contained in:
parent
7ed73f7224
commit
1a527de128
7
code-serverx/config/.gitignore
vendored
7
code-serverx/config/.gitignore
vendored
@ -1,8 +1,3 @@
|
|||||||
# .gitignore sample
|
# .gitignore nothing
|
||||||
###################
|
###################
|
||||||
|
|
||||||
# Ignore all files in this dir...
|
|
||||||
*
|
|
||||||
|
|
||||||
# ... except for this one.
|
|
||||||
!.gitignore
|
|
||||||
|
11
code-serverx/config/.vscode/extensions.json
vendored
Normal file
11
code-serverx/config/.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"quodatum.ext1",
|
||||||
|
"quodatum.vscode-basex",
|
||||||
|
"ms-azuretools.vscode-docker",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"kelvin.vscode-sshfs",
|
||||||
|
"alefragnani.project-manager"
|
||||||
|
]
|
||||||
|
}
|
BIN
code-serverx/config/ext.vsix/buenon.scratchpads-0.0.7.vsix
Normal file
BIN
code-serverx/config/ext.vsix/buenon.scratchpads-0.0.7.vsix
Normal file
Binary file not shown.
BIN
code-serverx/config/ext.vsix/deltaxml.xslt-xpath-1.1.0.vsix
Normal file
BIN
code-serverx/config/ext.vsix/deltaxml.xslt-xpath-1.1.0.vsix
Normal file
Binary file not shown.
BIN
code-serverx/config/ext.vsix/raffazizzi.sxml-0.2.2.vsix
Normal file
BIN
code-serverx/config/ext.vsix/raffazizzi.sxml-0.2.2.vsix
Normal file
Binary file not shown.
BIN
code-serverx/config/ext.vsix/vscode-basex-0.0.21.vsix
Normal file
BIN
code-serverx/config/ext.vsix/vscode-basex-0.0.21.vsix
Normal file
Binary file not shown.
BIN
code-serverx/config/ext.vsix/w3c-ebnf-0.2.0.vsix
Normal file
BIN
code-serverx/config/ext.vsix/w3c-ebnf-0.2.0.vsix
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## docker build
|
## docker build
|
||||||
```
|
```
|
||||||
docker build --tag=friendlyhello .
|
docker build --tag=vscode-basex .
|
||||||
```
|
```
|
||||||
## compose
|
## compose
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user