Skip to content

Commit

Permalink
allow references view to use proposed api, add as built in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 2, 2018
1 parent 718a093 commit cf238ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 16 additions & 1 deletion build/builtInExtensions.json
Expand Up @@ -28,5 +28,20 @@
},
"publisherDisplayName": "Microsoft"
}
},
{
"name": "ms-vscode.references-view",
"version": "0.0.7",
"repo": "https://github.com/Microsoft/vscode-reference-view",
"metadata": {
"id": "36d19e17-7569-4841-a001-947eb18602b2",
"publisherId": {
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherName": "ms-vscode",
"displayName": "Microsoft",
"flags": "verified"
},
"publisherDisplayName": "Microsoft"
}
}
]
]
5 changes: 4 additions & 1 deletion product.json
Expand Up @@ -17,5 +17,8 @@
"win32ShellNameShort": "C&ode - OSS",
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
"urlProtocol": "code-oss"
"urlProtocol": "code-oss",
"extensionAllowedProposedApi": [
"ms-vscode.references-view"
]
}

0 comments on commit cf238ba

Please sign in to comment.