Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
aaba4367
Commit
aaba4367
authored
Aug 28, 2018
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove .vscode
parent
3f7e5466
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
39 deletions
+1
-39
.gitignore
.gitignore
+1
-0
launch.json
.vscode/launch.json
+0
-23
tasks.json
.vscode/tasks.json
+0
-16
No files found.
.gitignore
View file @
aaba4367
...
...
@@ -18,6 +18,7 @@ RedisQFork*.dat
StackExchange.Redis.*.zip
.idea/
.vs/
.vscode/
*.lock.json
test-results*.xml
packages/
...
...
.vscode/launch.json
deleted
100644 → 0
View file @
3f7e5466
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
".NET Core Launch (console)"
,
"type"
:
"coreclr"
,
"request"
:
"launch"
,
"preLaunchTask"
:
"build"
,
"program"
:
"${workspaceRoot}
\\
BasicTest
\\
bin
\\
Debug
\\
netcoreapp1.0
\\
BasicTest.dll"
,
"args"
:
[],
"cwd"
:
"${workspaceRoot}"
,
"externalConsole"
:
false
,
"stopAtEntry"
:
false
,
"internalConsoleOptions"
:
"openOnSessionStart"
},
{
"name"
:
".NET Core Attach"
,
"type"
:
"coreclr"
,
"request"
:
"attach"
,
"processId"
:
"${command.pickProcess}"
}
]
}
\ No newline at end of file
.vscode/tasks.json
deleted
100644 → 0
View file @
3f7e5466
{
"version"
:
"0.1.0"
,
"command"
:
"dotnet"
,
"isShellCommand"
:
true
,
"args"
:
[],
"tasks"
:
[
{
"taskName"
:
"build"
,
"args"
:
[
"${workspaceRoot}
\\
BasicTest
\\
BasicTest.csproj"
],
"isBuildCommand"
:
true
,
"problemMatcher"
:
"$msCompile"
}
]
}
\ 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