Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
b3a92a45
Commit
b3a92a45
authored
Nov 07, 2019
by
Carsten Rose
Browse files
Remove .vscode
parent
40c15536
Pipeline
#2652
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.vscode/tasks.json
deleted
100644 → 0
View file @
40c15536
{
//
See
https://go.microsoft.com/fwlink/?LinkId=
733558
//
for
the
documentation
about
the
tasks.json
format
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"Upload js to webwork16/bbaer"
,
"type"
:
"shell"
,
"command"
:
"scp -r extension/Resources/Public/JavaScript/qfq.* root@webwork16:/var/www/html/bbaer/typo3conf/ext/qfq/Resources/Public/JavaScript/; ssh root@webwork16 'chown -R www-data:www-data /var/www/html/bbaer/typo3conf/ext/qfq/Resources/Public/JavaScript'"
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment