Skip to content

Commit 6a7ef38

Browse files
authored
fix(vscode): read git of current opened workspaced folder (#194)
* fix(vscode): read gith of current opened workspaced folder * fix(vscode): remove dependency on view from vscode * setup(vscode): ready for publish
1 parent f066f5c commit 6a7ef38

File tree

12 files changed

+363
-79
lines changed

12 files changed

+363
-79
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.DS_Store

package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/analysis-engine/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,5 @@
6363
"ts-node": "^10.9.1",
6464
"tslib": "^2.4.0",
6565
"typescript": "^4.7.4"
66-
},
67-
"dependencies": {
68-
"@octokit/core": "^4.0.4",
69-
"@octokit/plugin-retry": "^3.0.9",
70-
"@octokit/plugin-throttling": "^4.1.0",
71-
"@octokit/rest": "^19.0.3"
7266
}
7367
}

packages/analysis-engine/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/* Modules */
2828
"module": "esnext", /* Specify what module code is generated. */
29-
// "rootDir": "./", /* Specify the root folder within your source files. */
29+
"rootDir": "./src", /* Specify the root folder within your source files. */
3030
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3131
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3232
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */

packages/view/src/components/TemporalFilter/TemporalFilter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
flex-direction: column;
3030
height:100px;
3131
width: 100%;
32-
margin-top:3.5%;
32+
margin-top:2%;
3333
margin-bottom:3.5%;
3434
padding-bottom:2.5%;
3535
padding-top: 0.25%;

packages/vscode/.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ vsc-extension-quickstart.md
1111
**/.eslintrc.json
1212
**/*.map
1313
**/*.ts
14+
node_modules

0 commit comments

Comments
 (0)