I am facing bugs with how the extension marks R code chunks. This code does not get split correctly into three chunks:
# %% Chunk 1
print("Chunk 1")
# %% Chunk 2
print("Chunk 2")
# %% Chunk 3
print("Chunk 3")
Instead, the # %% Chunk 2 gets included in chunk 1:

When running "R: Select Current Chunk", we confirm the chunk is being mislabeled

Environment:
VSCode version: Version: 1.84.2 (Universal)
R version 4.3.0 (2023-04-21) -- "Already Tomorrow"
Platform: aarch64-apple-darwin20 (64-bit)