Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>mvpNew to Visual Studio Code? Get it now.
mvp

mvp

yunpeng

|
51 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mvp README

meerkat vscode plugin

Features

可用于快捷切换 config/app.yaml 文件中的配置,test/prod

Extension Settings

为了可以正常使用插件功能,需要为 config/app.yaml 增加标签

  • #test#
  • #prod#

例如:

调整前:

dev: http://test.xxx.com/aaa
# dev: http://prod.xxx.com/aaa

调整后:

dev: http://test.xxx.com/aaa #test#
# dev: http://prod.xxx.com/aaa #prod#
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft