liuye
liuye
操作步骤: 1、Ctrl+N新建 2、第一行输入abc 3、第二行输入abc 4、双击abc选中,正常select高亮 5、common+w关闭 6、cancel取消关闭 7、双击abc选中,此时select高亮失效
**What is the feature you want to add?** 配置文件编辑和查看全屏支持 **Why do you want to add this feature?** 配置内容较多时,全屏查看和编辑更友好 **How to implement this feature?** **Additional context** Add any other context or...
部署文件 ```yml apiVersion: nacos.io/v1alpha1 kind: Nacos metadata: name: nacos spec: type: cluster image: nacos/nacos-server:v2.1.2-slim replicas: 3 resources: requests: cpu: 100m memory: 512Mi limits: cpu: 2 memory: 2Gi ``` 部署命令: ```sh...