Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
François Trigaux
Cgebt
Commits
15dd35f8
Commit
15dd35f8
authored
Sep 09, 2021
by
François Trigaux
🤠
Browse files
🗑
removing useless .vscode in src
parent
196b1efe
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/.vscode/inputs.ech
deleted
100644 → 0
View file @
196b1efe
src/.vscode/launch.json
deleted
100644 → 0
View file @
196b1efe
{
//
Use
IntelliSense
to
learn
about
possible
attributes.
//
Hover
to
view
descriptions
of
existing
attributes.
//
For
more
information
,
visit:
https://go.microsoft.com/fwlink/?linkid=
830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"gcc-10 - Générer et déboguer le fichier actif"
,
"type"
:
"cppdbg"
,
"request"
:
"launch"
,
"program"
:
"/Users/ftrigaux/Documents/Beams/Cgebt/src/gebt"
,
"args"
:
[
"/Users/ftrigaux/Documents/Beams/Cgebt/src/RotatingBeamSin.dat"
],
"stopAtEntry"
:
false
,
"cwd"
:
"${fileDirname}"
,
"environment"
:
[],
"externalConsole"
:
false
,
"MIMode"
:
"lldb"
}
]
}
\ No newline at end of file
src/.vscode/settings.json
deleted
100644 → 0
View file @
196b1efe
{
"files.associations"
:
{
"array"
:
"c"
,
"compare"
:
"c"
,
"functional"
:
"c"
,
"istream"
:
"c"
,
"ostream"
:
"c"
,
"ranges"
:
"c"
,
"tuple"
:
"c"
,
"type_traits"
:
"c"
,
"utility"
:
"c"
,
"random"
:
"c"
,
"*.tcc"
:
"c"
,
"string"
:
"c"
,
"optional"
:
"c"
,
"system_error"
:
"c"
,
"globaldatafun.h"
:
"c"
,
"cio.h"
:
"c"
},
"C_Cpp.errorSquiggles"
:
"Enabled"
}
\ No newline at end of file
src/.vscode/tasks.json
deleted
100644 → 0
View file @
196b1efe
{
"tasks"
:
[
{
"type"
:
"cppbuild"
,
"label"
:
"C/C++: gcc-10 générer le fichier actif"
,
"command"
:
"/usr/local/bin/gcc-10"
,
"args"
:
[
"-g"
,
"${file}"
,
"-o"
,
"${fileDirname}/${fileBasenameNoExtension}"
],
"options"
:
{
"cwd"
:
"${fileDirname}"
},
"problemMatcher"
:
[
"$gcc"
],
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
},
"detail"
:
"Tâche générée par le débogueur."
},
{
"type"
:
"cppbuild"
,
"label"
:
"Run Make"
,
"command"
:
"make"
,
"options"
:
{
"cwd"
:
"${fileDirname}"
},
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
],
"version"
:
"2.0.0"
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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