Skip to content

Commit 8c88831

Browse files
authored
Support VSC in VS Code when opening native_locator (#23516)
1 parent da62fb5 commit 8c88831

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test/**
6767
tmp/**
6868
typings/**
6969
types/**
70+
native_locator/.vscode/**
7071
native_locator/src/**
7172
native_locator/tests/**
7273
native_locator/bin/**

native_locator/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.openRepositoryInParentFolders": "always"
3+
}

0 commit comments

Comments
 (0)