In a terminal, make sure you have activated your conda environment. In the terminal type 'which python' to get the path to your python executable. Copy that path to your clipboard. Open VS Code > preferences > settings. Search for "pylint: Interpreter." Click on the 'Add Item' button and paste your python exectuable path that you copied earlier. You may need to reload VS Code, but that should help.