microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7b48f26eb8caae7ed9cc1a09249195dfed76fa76

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

test/resources/workspaceSettingsSample/settingWithComment.code-workspace

16lines · modecode

1{
2 "folders": [
3 {
4 // Test comment
5 "path": "testProject1"
6 },
7 {
8 "path": "testProject2"
9 }
10 ],
11 "settings": {
12 "react-native.workspace.exclude": [
13 "testProject2"
14 ]
15 }
16}