mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
Add sample value provider (#17548)
This commit is contained in:
9
samples/sample-resource-deployment/src/typings/refs.d.ts
vendored
Normal file
9
samples/sample-resource-deployment/src/typings/refs.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
// This is used to get typing support for the resource-deployment extension API. For external extensions you will need to copy
|
||||
// https://github.com/microsoft/azuredatastudio/blob/main/extensions/resource-deployment/src/typings/resource-deployment.d.ts
|
||||
// to your extension repo and reference it there.
|
||||
/// <reference path='../../../../extensions/resource-deployment/src/typings/resource-deployment.d.ts'/>
|
||||
Reference in New Issue
Block a user