Skip to content

Commit

Permalink
fix(vscode): read git of current opened workspaced folder (#194)
Browse files Browse the repository at this point in the history
* fix(vscode): read gith of current opened workspaced folder

* fix(vscode): remove dependency on view from vscode

* setup(vscode): ready for publish
  • Loading branch information
ytaek committed Sep 18, 2022
1 parent f066f5c commit 6a7ef38
Show file tree
Hide file tree
Showing 12 changed files with 363 additions and 79 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.DS_Store
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions packages/analysis-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,5 @@
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@octokit/core": "^4.0.4",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-throttling": "^4.1.0",
"@octokit/rest": "^19.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/analysis-engine/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/* Modules */
"module": "esnext", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
flex-direction: column;
height:100px;
width: 100%;
margin-top:3.5%;
margin-top:2%;
margin-bottom:3.5%;
padding-bottom:2.5%;
padding-top: 0.25%;
Expand Down
1 change: 1 addition & 0 deletions packages/vscode/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
node_modules
Loading

0 comments on commit 6a7ef38

Please sign in to comment.