Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Pentagonum
gled
Commits
48369a28
Commit
48369a28
authored
Dec 19, 2019
by
René Rössler
😍
Browse files
remove vscode dir
parent
dae52325
Pipeline
#104356847
passed with stage
in 11 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
54 deletions
+1
-54
.gitignore
.gitignore
+1
-0
.vscode/launch.json
.vscode/launch.json
+0
-54
No files found.
.gitignore
View file @
48369a28
...
...
@@ -8,3 +8,4 @@
book/book
release.sh
/svg/
.vscode
\ No newline at end of file
.vscode/launch.json
deleted
100644 → 0
View file @
dae52325
{
//
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"
:
[
{
"type"
:
"lldb"
,
"request"
:
"launch"
,
"name"
:
"Debug executable 'gled'"
,
"cargo"
:
{
"args"
:
[
"build"
,
"--bin=gled"
,
"--package=gled"
],
"filter"
:
{
"kind"
:
"bin"
}
},
"env"
:
{
"RUST_LOG"
:
"debug"
,
"RUST_BACKTRACE"
:
"1"
,
},
"args"
:
[
"project.gled"
],
"cwd"
:
"${workspaceFolder}"
},
{
"type"
:
"lldb"
,
"request"
:
"launch"
,
"name"
:
"Debug executable 'gled' with test project"
,
"cargo"
:
{
"args"
:
[
"build"
,
"--bin=gled"
,
"--package=gled"
],
"filter"
:
{
"kind"
:
"bin"
}
},
"env"
:
{
"RUST_LOG"
:
"info"
,
"RUST_BACKTRACE"
:
"1"
,
},
"args"
:
[
"project_test.gled"
],
"cwd"
:
"${workspaceFolder}"
}
]
}
\ 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