🐞SPFx - Update serve.json's schema to include serveConfigurations
for IntelliSense
#8309
Closed
1 of 9 tasks
Labels
area:spfx
Category: SharePoint Framework (not extensions related)
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Milestone
Target SharePoint environment
other (enter in the "Additional environment details" area below)
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
macOS
What browser(s) / client(s) have you tested
Additional environment details
All SPFx projects, but mostly an issue with SPFx extensions
Describe the bug / error
The schema for ./config/serve.json,
https://developer.microsoft.com/json-schemas/core-build/serve.schema.json
, is missing the sectionserveConfigurations
.This means developers won't get IntelliSense with included docs when editing this file. Can be resolved by fixed by updating the schema to include & doc up all the options for
serveConfigurations
.Steps to reproduce
serveConfigurations
property and observe tooltip warning "Property serveConfigurations is not allowed"Expected behavior
serveConfigurations
The text was updated successfully, but these errors were encountered: