Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify
bezier-vscode
metadata for publish (#2153)
<!-- How to write a good PR title: - Follow [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/). - Give as much context as necessary and as little as possible - Prefix it with [WIP] while it’s a work in progress --> ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue <!-- Please link to issue if one exists --> - #2091 <!-- Fixes #0000 --> ## Summary <!-- Please brief explanation of the changes made --> - extension 의 icon, publisherName, publisher 등 메타 데이터를 수정하고 배포합니다. ## Details <!-- Please elaborate description of the changes --> - 테스트 해봤을 때 scss, ts 파일에서 동작을 확인했습니다. 다만 tsx 파일에서는 동작하지 않네요. client.ts 에서 language: typescript, pattern: '**/*' 를 주고 테스트 했을 때도 안되서 이유는 나중에 찾아봐야할 것 같습니다. - 배포할 때는 bezier-vscode/ 밑에서 vsce package 명령어로 VSIX 파일을 만들고 수동으로 업로드했습니다. - 이전에 용량이 크다고 에러가 났던 것은 아마 extension 을 만들 때 상위 디렉토리까지 바라봐서 그런 것 같습니다. .vscodeignore 에 상위 디렉토리를 추가하니 번들러를 쓰지 않아도 해결되었습니다. - 배포된 링크: https://marketplace.visualstudio.com/items?itemName=ChannelCorp.bezier-vscode - extension 에 verified domain 로 https://channel.io 을 넣을 때 에러가 떠서 이슈에 문의중입니다. ([#](microsoft/vsmarketplace#795 (comment))) ### Breaking change? (Yes/No) <!-- If Yes, please describe the impact and migration path for users --> - No ## References <!-- Please list any other resources or points the reviewer should be aware of --> - https://code.visualstudio.com/api/working-with-extensions/publishing-extension --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information