GoogleCloudPlatform / GoogleCloudPlatform/cloud-code-intellij

Cloud Code breaks multibyte? yaml editing

Open
#3,151 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
325
Forks
64
PR merge metrics
No merged PRs in 30d

Description

- Cloud Code for IntelliJ version: 23.6.3-IB.1-api-version-222
- Google Cloud SDK version: 438.0.0
- OS: Windows 11 10.0

**What did you do?**
Editing UTF-8 YAML containing Japanese text.

**What did you expect to see?**
No code problems are shown.

**What did you see instead?**
Many unexpected code problems are shown:
![image](https://github.com/GoogleCloudPlatform/cloud-code-intellij/assets/13070/9ae7be04-a36b-4218-a407-a55052ec41cf)

YAML is basic and should be valid:
```yaml
test:
key: value
foo:
key: value

キー: 値

bar:
key2: value2
```

I tried this with IDEA 2023.2 Beta (Ultimate) `#IU-232.8660.48` only for now, and I don't know if it's related to Beta/EAP or not.
(I'd like to note that this problem can't reproduce if I disable the Cloud Code plugin)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.