diff --git a/Sample.code-workspace b/Sample.code-workspace new file mode 100644 index 0000000..53ee6f4 --- /dev/null +++ b/Sample.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { + "path": ".", + "name": "Source" + } + ], + "extensions": { + "recommendations": [ + "EditorConfig.EditorConfig", + "mhutchie.git-graph", + "ms-dotnettools.csdevkit", + "ms-vscode-remote.remote-containers", + "seatonjiang.gitmoji-vscode", + ] + } +} diff --git a/Sample.slnx b/Sample.slnx new file mode 100644 index 0000000..762302e --- /dev/null +++ b/Sample.slnx @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file