Skip to content

Commit

Permalink
Merge branch 'master' into scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanboXue-Amber authored Aug 29, 2023
2 parents a0ea084 + 3ef92a4 commit e0b2268
Show file tree
Hide file tree
Showing 378 changed files with 17,958 additions and 9,939 deletions.
9 changes: 5 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
// Use -bullseye variants on local arm64/Apple Silicon.
"args": { "VARIANT": "16" }
},
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"],
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {
Expand All @@ -21,5 +17,10 @@
"containerEnv": {
// Required Environment Variable to properly run Cypress
"DISPLAY": "${localEnv:DISPLAY}"
},
"customizations": {
"vscode": {
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
}
}
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ packages/react-components/react-accordion @microsoft/cxe-coastal
packages/react-components/react-avatar @microsoft/cxe-red @behowell @khmakoto @sopranopillow
packages/react-components/react-badge @microsoft/cxe-red @behowell
packages/react-components/react-button @microsoft/cxe-red @khmakoto
packages/react-components/react-card @microsoft/cxe-prg
packages/react-components/react-card @microsoft/cxe-prg @marcosmoura
packages/react-components/react-checkbox @microsoft/cxe-red @khmakoto
packages/react-components/react-combobox @microsoft/cxe-coastal @smhigley
packages/react-components/react-components @microsoft/fluentui-react
Expand All @@ -208,7 +208,7 @@ packages/react-components/react-spinbutton @microsoft/cxe-red @spmonahan
packages/react-components/react-spinner @microsoft/cxe-red @tomi-msft
packages/react-components/react-switch @microsoft/cxe-red @behowell @khmakoto
packages/react-components/react-tabs @microsoft/cxe-coastal @geoffcoxmsft
packages/react-components/react-text @microsoft/cxe-prg
packages/react-components/react-text @microsoft/cxe-prg @marcosmoura
packages/react-components/react-textarea @microsoft/cxe-red @sopranopillow
packages/react-components/react-tooltip @microsoft/cxe-red @behowell @khmakoto
packages/react-components/react-toolbar @microsoft/teams-prg @chpalac @ling1726
Expand All @@ -232,7 +232,7 @@ packages/react-components/react-migration-v0-v9 @microsoft/teams-prg
packages/react-components/react-datepicker-compat @microsoft/cxe-red @sopranopillow @khmakoto
packages/react-components/react-migration-v8-v9 @microsoft/cxe-red @microsoft/cxe-coastal @geoffcoxmsft
packages/react-components/react-breadcrumb-preview @microsoft/cxe-prg
packages/react-components/react-drawer @microsoft/cxe-prg
packages/react-components/react-drawer @microsoft/cxe-prg @marcosmoura
packages/react-components/react-storybook-addon-codesandbox @microsoft/fluentui-react-build
packages/react-components/babel-preset-storybook-full-source @microsoft/fluentui-react-build
packages/react-components/react-jsx-runtime @microsoft/teams-prg
Expand Down
Loading

0 comments on commit e0b2268

Please sign in to comment.